PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_same_2d()

Datum gserialized_same_2d ( PG_FUNCTION_ARGS  )

Definition at line 795 of file gserialized_gist_2d.c.

References box2df_equals(), FALSE, gserialized_datum_predicate_2d(), gserialized_within_2d(), LW_TRUE, PG_FUNCTION_INFO_V1(), and TRUE.

Referenced by gserialized_distance_box_2d().

796 {
797  if ( gserialized_datum_predicate_2d(PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), box2df_equals) == LW_TRUE )
798  PG_RETURN_BOOL(TRUE);
799 
800  PG_RETURN_BOOL(FALSE);
801 }
#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.
static bool box2df_equals(const BOX2DF *a, const BOX2DF *b)
#define TRUE
Definition: dbfopen.c:169
Here is the call graph for this function:
Here is the caller graph for this function: