PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_gidx_gidx_contains()

Datum gserialized_gidx_gidx_contains ( PG_FUNCTION_ARGS  )

Definition at line 999 of file gserialized_gist_nd.c.

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

Referenced by gserialized_gidx_geom_contains().

1000 {
1001  if ( gidx_contains((GIDX *)PG_GETARG_POINTER(0), (GIDX *)PG_GETARG_POINTER(1)))
1002  PG_RETURN_BOOL(TRUE);
1003 
1004  PG_RETURN_BOOL(FALSE);
1005 }
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: