PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ gserialized_gist_joinsel_nd()

Datum gserialized_gist_joinsel_nd ( PG_FUNCTION_ARGS  )

Definition at line 1202 of file gserialized_estimate.c.

References gserialized_gist_joinsel(), gserialized_gist_joinsel_2d(), and PG_FUNCTION_INFO_V1().

Referenced by estimate_join_selectivity().

1203 {
1204  PG_RETURN_DATUM(DirectFunctionCall5(
1206  PG_GETARG_DATUM(0), PG_GETARG_DATUM(1),
1207  PG_GETARG_DATUM(2), PG_GETARG_DATUM(3),
1208  Int32GetDatum(0) /* ND mode */
1209  ));
1210 }
Datum gserialized_gist_joinsel(PG_FUNCTION_ARGS)
Here is the call graph for this function:
Here is the caller graph for this function: