PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_contains()

Datum gserialized_contains ( PG_FUNCTION_ARGS  )

Definition at line 968 of file gserialized_gist_nd.c.

References FALSE, gidx_contains(), gserialized_datum_predicate(), gserialized_gidx_geom_contains(), LW_TRUE, PG_FUNCTION_INFO_V1(), and TRUE.

Referenced by gserialized_gidx_gidx_within().

969 {
970  if ( gserialized_datum_predicate(PG_GETARG_DATUM(0),PG_GETARG_DATUM(1), gidx_contains) == LW_TRUE )
971  {
972  PG_RETURN_BOOL(TRUE);
973  }
974 
975  PG_RETURN_BOOL(FALSE);
976 }
bool gidx_contains(GIDX *a, GIDX *b)
static int gserialized_datum_predicate(Datum gs1, Datum gs2, gidx_predicate predicate)
Support function.
#define LW_TRUE
Return types for functions with status returns.
Definition: liblwgeom.h:76
#define FALSE
Definition: dbfopen.c:168
#define TRUE
Definition: dbfopen.c:169
Here is the call graph for this function:
Here is the caller graph for this function: