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

◆ gserialized_overright_2d()

Datum gserialized_overright_2d ( PG_FUNCTION_ARGS  )

Definition at line 805 of file gserialized_gist_2d.c.

806{
807 if ( gserialized_datum_predicate_2d(PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), box2df_overright) == LW_TRUE )
808 PG_RETURN_BOOL(true);
809
810 PG_RETURN_BOOL(false);
811}
static int gserialized_datum_predicate_2d(Datum gs1, Datum gs2, box2df_predicate predicate)
Support function.
bool box2df_overright(const BOX2DF *a, const BOX2DF *b)
#define LW_TRUE
Return types for functions with status returns.
Definition liblwgeom.h:93

References box2df_overright(), gserialized_datum_predicate_2d(), and LW_TRUE.

Here is the call graph for this function: