PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ gserialized_gist_sel_nd()

Datum gserialized_gist_sel_nd ( PG_FUNCTION_ARGS  )

Definition at line 2191 of file gserialized_estimate.c.

2192 {
2193  PG_RETURN_DATUM(DirectFunctionCall5(
2195  PG_GETARG_DATUM(0), PG_GETARG_DATUM(1),
2196  PG_GETARG_DATUM(2), PG_GETARG_DATUM(3),
2197  Int32GetDatum(0) /* N-D mode */
2198  ));
2199 }
Datum gserialized_gist_sel(PG_FUNCTION_ARGS)

References gserialized_gist_sel().

Here is the call graph for this function: