PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
gserialized_gist_sel_2d()
Datum gserialized_gist_sel_2d
(
PG_FUNCTION_ARGS
)
Definition at line
2183
of file
gserialized_estimate.c
.
2184
{
2185
PG_RETURN_DATUM(DirectFunctionCall5(
2186
gserialized_gist_sel
,
2187
PG_GETARG_DATUM(0), PG_GETARG_DATUM(1),
2188
PG_GETARG_DATUM(2), PG_GETARG_DATUM(3),
2189
Int32GetDatum(2)
/* 2-D mode */
2190
));
2191
}
gserialized_gist_sel
Datum gserialized_gist_sel(PG_FUNCTION_ARGS)
Definition:
gserialized_estimate.c:2281
References
gserialized_gist_sel()
.
Here is the call graph for this function:
postgis
gserialized_estimate.c
Generated by
1.9.1