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

◆ gserialized_same()

Datum gserialized_same ( PG_FUNCTION_ARGS  )

Definition at line 822 of file gserialized_gist_nd.c.

823{
824 if (gserialized_datum_predicate(PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), gidx_equals))
825 PG_RETURN_BOOL(true);
826
827 PG_RETURN_BOOL(false);
828}
static int gserialized_datum_predicate(Datum gs1, Datum gs2, gidx_predicate predicate)
Support function.
bool gidx_equals(GIDX *a, GIDX *b)

References gidx_equals(), and gserialized_datum_predicate().

Here is the call graph for this function: