PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ gserialized_gidx_gidx_contains()

Datum gserialized_gidx_gidx_contains ( PG_FUNCTION_ARGS  )

Definition at line 1000 of file gserialized_gist_nd.c.

1001 {
1002  if ( gidx_contains((GIDX *)PG_GETARG_POINTER(0), (GIDX *)PG_GETARG_POINTER(1)))
1003  PG_RETURN_BOOL(true);
1004 
1005  PG_RETURN_BOOL(false);
1006 }
bool gidx_contains(GIDX *a, GIDX *b)

References gidx_contains().

Here is the call graph for this function: