PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ gserialized_overabove_2d()

Datum gserialized_overabove_2d ( PG_FUNCTION_ARGS  )

Definition at line 741 of file gserialized_gist_2d.c.

742 {
743  if ( gserialized_datum_predicate_2d(PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), box2df_overabove) == LW_TRUE )
744  PG_RETURN_BOOL(true);
745 
746  PG_RETURN_BOOL(false);
747 }
static int gserialized_datum_predicate_2d(Datum gs1, Datum gs2, box2df_predicate predicate)
Support function.
bool box2df_overabove(const BOX2DF *a, const BOX2DF *b)
#define LW_TRUE
Return types for functions with status returns.
Definition: liblwgeom.h:107

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

Here is the call graph for this function: