PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ gserialized_gist_sel_2d()

Datum gserialized_gist_sel_2d ( PG_FUNCTION_ARGS  )

Definition at line 2029 of file gserialized_estimate.c.

2030{
2031 PG_RETURN_DATUM(DirectFunctionCall5(
2033 PG_GETARG_DATUM(0), PG_GETARG_DATUM(1),
2034 PG_GETARG_DATUM(2), PG_GETARG_DATUM(3),
2035 Int32GetDatum(2) /* 2-D mode */
2036 ));
2037}
Datum gserialized_gist_sel(PG_FUNCTION_ARGS)

References gserialized_gist_sel().

Here is the call graph for this function: