PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_gidx_gidx_within()

Datum gserialized_gidx_gidx_within ( PG_FUNCTION_ARGS  )

Definition at line 954 of file gserialized_gist_nd.c.

References FALSE, gidx_contains(), gserialized_contains(), PG_FUNCTION_INFO_V1(), and TRUE.

Referenced by gserialized_gidx_geom_within().

955 {
956  if ( gidx_contains((GIDX *)PG_GETARG_POINTER(1), (GIDX *)PG_GETARG_POINTER(0)))
957  PG_RETURN_BOOL(TRUE);
958 
959  PG_RETURN_BOOL(FALSE);
960 }
bool gidx_contains(GIDX *a, GIDX *b)
#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: