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

◆ gserialized_within()

Datum gserialized_within ( PG_FUNCTION_ARGS  )

Definition at line 740 of file gserialized_gist_nd.c.

741{
742 if (gserialized_datum_predicate(PG_GETARG_DATUM(1), PG_GETARG_DATUM(0), gidx_contains))
743 PG_RETURN_BOOL(true);
744
745 PG_RETURN_BOOL(false);
746}
bool gidx_contains(GIDX *a, GIDX *b)
static int gserialized_datum_predicate(Datum gs1, Datum gs2, gidx_predicate predicate)
Support function.

References gidx_contains(), and gserialized_datum_predicate().

Here is the call graph for this function: