PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
gserialized_gist_joinsel_2d()
Datum gserialized_gist_joinsel_2d
(
PG_FUNCTION_ARGS
)
Definition at line
1250
of file
gserialized_estimate.c
.
1251
{
1252
PG_RETURN_DATUM(DirectFunctionCall5(
1253
gserialized_gist_joinsel
,
1254
PG_GETARG_DATUM(0), PG_GETARG_DATUM(1),
1255
PG_GETARG_DATUM(2), PG_GETARG_DATUM(3),
1256
Int32GetDatum(2)
/* 2D mode */
1257
));
1258
}
gserialized_gist_joinsel
Datum gserialized_gist_joinsel(PG_FUNCTION_ARGS)
Definition:
gserialized_estimate.c:1317
References
gserialized_gist_joinsel()
.
Here is the call graph for this function:
postgis
gserialized_estimate.c
Generated by
1.9.1