PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_gist_sel_nd()

Datum gserialized_gist_sel_nd ( PG_FUNCTION_ARGS  )

Definition at line 2150 of file gserialized_estimate.c.

References gserialized_gist_sel(), and PG_FUNCTION_INFO_V1().

Referenced by gserialized_gist_sel_2d().

2151 {
2152  PG_RETURN_DATUM(DirectFunctionCall5(
2154  PG_GETARG_DATUM(0), PG_GETARG_DATUM(1),
2155  PG_GETARG_DATUM(2), PG_GETARG_DATUM(3),
2156  Int32GetDatum(0) /* N-D mode */
2157  ));
2158 }
Datum gserialized_gist_sel(PG_FUNCTION_ARGS)
Here is the call graph for this function:
Here is the caller graph for this function: