PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
geom4d_brin_inclusion_merge()
Datum geom4d_brin_inclusion_merge
(
PG_FUNCTION_ARGS
)
Definition at line
233
of file
brin_nd.c
.
234
{
235
GIDX *key = (GIDX *) PG_GETARG_POINTER(0);
236
GIDX *geom = (GIDX *) PG_GETARG_POINTER(1);
237
238
PG_RETURN_POINTER(
gidx_brin_inclusion_merge
(key, geom));
239
}
gidx_brin_inclusion_merge
static GIDX * gidx_brin_inclusion_merge(GIDX *gidx_key, GIDX *gidx_geom)
Definition:
brin_nd.c:196
References
gidx_brin_inclusion_merge()
.
Here is the call graph for this function:
postgis
brin_nd.c
Generated by
1.9.1