PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_gidx_gidx_overlaps()

Datum gserialized_gidx_gidx_overlaps ( PG_FUNCTION_ARGS  )

Definition at line 1070 of file gserialized_gist_nd.c.

References FALSE, gidx_overlaps(), gserialized_gist_compress(), PG_FUNCTION_INFO_V1(), and TRUE.

Referenced by gserialized_gidx_geom_overlaps().

1071 {
1072  if ( gidx_overlaps((GIDX *)PG_GETARG_POINTER(0), (GIDX *)PG_GETARG_POINTER(1)) )
1073  PG_RETURN_BOOL(TRUE);
1074 
1075  PG_RETURN_BOOL(FALSE);
1076 }
static bool gidx_overlaps(GIDX *a, GIDX *b)
#define FALSE
Definition: dbfopen.c:168
#define TRUE
Definition: dbfopen.c:169
Here is the call graph for this function:
Here is the caller graph for this function: