PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_overleft_2d()

Datum gserialized_overleft_2d ( PG_FUNCTION_ARGS  )

Definition at line 869 of file gserialized_gist_2d.c.

References box2df_overleft(), FALSE, gserialized_datum_predicate_2d(), gserialized_overright_2d(), LW_TRUE, PG_FUNCTION_INFO_V1(), and TRUE.

Referenced by gserialized_below_2d().

870 {
871  if ( gserialized_datum_predicate_2d(PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), box2df_overleft) == LW_TRUE )
872  PG_RETURN_BOOL(TRUE);
873 
874  PG_RETURN_BOOL(FALSE);
875 }
#define LW_TRUE
Return types for functions with status returns.
Definition: liblwgeom.h:76
static bool box2df_overleft(const BOX2DF *a, const BOX2DF *b)
#define FALSE
Definition: dbfopen.c:168
static int gserialized_datum_predicate_2d(Datum gs1, Datum gs2, box2df_predicate predicate)
Support function.
#define TRUE
Definition: dbfopen.c:169
Here is the call graph for this function:
Here is the caller graph for this function: