PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
gserialized_gist_joinsel_nd()
Datum gserialized_gist_joinsel_nd
(
PG_FUNCTION_ARGS
)
Definition at line
1242
of file
gserialized_estimate.c
.
1243
{
1244
PG_RETURN_DATUM(DirectFunctionCall5(
1245
gserialized_gist_joinsel
,
1246
PG_GETARG_DATUM(0), PG_GETARG_DATUM(1),
1247
PG_GETARG_DATUM(2), PG_GETARG_DATUM(3),
1248
Int32GetDatum(0)
/* ND mode */
1249
));
1250
}
gserialized_gist_joinsel
Datum gserialized_gist_joinsel(PG_FUNCTION_ARGS)
Definition:
gserialized_estimate.c:1276
References
gserialized_gist_joinsel()
.
Here is the call graph for this function:
postgis
gserialized_estimate.c
Generated by
1.9.1