PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ gserialized_left_2d()

Datum gserialized_left_2d ( PG_FUNCTION_ARGS  )

Definition at line 889 of file gserialized_gist_2d.c.

890 {
891  if ( gserialized_datum_predicate_2d(PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), box2df_left) == LW_TRUE )
892  PG_RETURN_BOOL(true);
893 
894  PG_RETURN_BOOL(false);
895 }
bool box2df_left(const BOX2DF *a, const BOX2DF *b)
static int gserialized_datum_predicate_2d(Datum gs1, Datum gs2, box2df_predicate predicate)
Support function.
#define LW_TRUE
Return types for functions with status returns.
Definition: liblwgeom.h:76

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

Here is the call graph for this function: