PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ gserialized_contains()

Datum gserialized_contains ( PG_FUNCTION_ARGS  )

Definition at line 781 of file gserialized_gist_nd.c.

782 {
783  if (gserialized_datum_predicate(PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), gidx_contains))
784  PG_RETURN_BOOL(true);
785 
786  PG_RETURN_BOOL(false);
787 }
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: