PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_right_2d()

Datum gserialized_right_2d ( PG_FUNCTION_ARGS  )

Definition at line 842 of file gserialized_gist_2d.c.

References box2df_right(), FALSE, gserialized_above_2d(), gserialized_datum_predicate_2d(), LW_TRUE, PG_FUNCTION_INFO_V1(), and TRUE.

Referenced by gserialized_left_2d().

843 {
844  if ( gserialized_datum_predicate_2d(PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), box2df_right) == LW_TRUE )
845  PG_RETURN_BOOL(TRUE);
846 
847  PG_RETURN_BOOL(FALSE);
848 }
static bool box2df_right(const BOX2DF *a, const BOX2DF *b)
#define LW_TRUE
Return types for functions with status returns.
Definition: liblwgeom.h:76
#define FALSE
Definition: dbfopen.c:168
static int gserialized_datum_predicate_2d(Datum gs1, Datum gs2, box2df_predicate predicate)
Support function.
#define TRUE
Definition: dbfopen.c:169
Here is the call graph for this function:
Here is the caller graph for this function: