PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ geog_brin_inclusion_merge()

Datum geog_brin_inclusion_merge ( PG_FUNCTION_ARGS  )

Definition at line 215 of file brin_nd.c.

216{
217 GIDX *key = (GIDX *) PG_GETARG_POINTER(0);
218 GIDX *geom = (GIDX *) PG_GETARG_POINTER(1);
219
220 PG_RETURN_POINTER(gidx_brin_inclusion_merge(key, geom));
221}
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: