PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_within()

Datum gserialized_within ( PG_FUNCTION_ARGS  )

Definition at line 923 of file gserialized_gist_nd.c.

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

Referenced by gserialized_distance_nd().

924 {
925  if ( gserialized_datum_predicate(PG_GETARG_DATUM(1), PG_GETARG_DATUM(0), gidx_contains) == LW_TRUE )
926  {
927  PG_RETURN_BOOL(TRUE);
928  }
929 
930  PG_RETURN_BOOL(FALSE);
931 }
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: