PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
gserialized_gidx_gidx_within()
Datum gserialized_gidx_gidx_within
(
PG_FUNCTION_ARGS
)
Definition at line
955
of file
gserialized_gist_nd.c
.
956
{
957
if
(
gidx_contains
((GIDX *)PG_GETARG_POINTER(1), (GIDX *)PG_GETARG_POINTER(0)))
958
PG_RETURN_BOOL(
true
);
959
960
PG_RETURN_BOOL(
false
);
961
}
gidx_contains
bool gidx_contains(GIDX *a, GIDX *b)
Definition:
gserialized_gist_nd.c:451
References
gidx_contains()
.
Here is the call graph for this function:
postgis
gserialized_gist_nd.c
Generated by
1.9.1