PostGIS
3.6.1dev-r@@SVN_REVISION@@
◆
geom3d_brin_inclusion_merge()
Datum geom3d_brin_inclusion_merge
(
PG_FUNCTION_ARGS
)
Definition at line
224
of file
brin_nd.c
.
225
{
226
GIDX *key = (GIDX *) PG_GETARG_POINTER(0);
227
GIDX *geom = (GIDX *) PG_GETARG_POINTER(1);
228
229
PG_RETURN_POINTER(
gidx_brin_inclusion_merge
(key, geom));
230
}
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