PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
geog_brin_inclusion_add_value()
Datum geog_brin_inclusion_add_value
(
PG_FUNCTION_ARGS
)
Definition at line
23
of file
brin_nd.c
.
24
{
25
BrinDesc *bdesc = (BrinDesc *) PG_GETARG_POINTER(0);
26
BrinValues *column = (BrinValues *) PG_GETARG_POINTER(1);
27
Datum newval = PG_GETARG_DATUM(2);
28
bool
isnull = PG_GETARG_BOOL(3);
29
30
PG_RETURN_DATUM(
gidx_brin_inclusion_add_value
(bdesc, column, newval, isnull,
31
2));
32
}
gidx_brin_inclusion_add_value
Datum gidx_brin_inclusion_add_value(BrinDesc *bdesc, BrinValues *column, Datum newval, bool isnull, int max_dims)
References
gidx_brin_inclusion_add_value()
.
Here is the call graph for this function:
postgis
brin_nd.c
Generated by
1.9.1