PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_gist_joinsel_2d()

Datum gserialized_gist_joinsel_2d ( PG_FUNCTION_ARGS  )

Definition at line 1217 of file gserialized_estimate.c.

References gserialized_gist_joinsel(), and PG_FUNCTION_INFO_V1().

Referenced by gserialized_gist_joinsel_nd().

1218 {
1219  PG_RETURN_DATUM(DirectFunctionCall5(
1221  PG_GETARG_DATUM(0), PG_GETARG_DATUM(1),
1222  PG_GETARG_DATUM(2), PG_GETARG_DATUM(3),
1223  Int32GetDatum(2) /* 2D mode */
1224  ));
1225 }
Datum gserialized_gist_joinsel(PG_FUNCTION_ARGS)
Here is the call graph for this function:
Here is the caller graph for this function: