PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ gserialized_gidx_gidx_within()

Datum gserialized_gidx_gidx_within ( PG_FUNCTION_ARGS  )

Definition at line 768 of file gserialized_gist_nd.c.

769{
770 if (gidx_contains((GIDX *)PG_GETARG_POINTER(1), (GIDX *)PG_GETARG_POINTER(0)))
771 PG_RETURN_BOOL(true);
772
773 PG_RETURN_BOOL(false);
774}
bool gidx_contains(GIDX *a, GIDX *b)

References gidx_contains().

Here is the call graph for this function: