PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ within()

Datum within ( PG_FUNCTION_ARGS  )

Definition at line 1806 of file postgis/lwgeom_geos.c.

1807 {
1808  PG_RETURN_DATUM(CallerFInfoFunctionCall2(contains, fcinfo->flinfo, InvalidOid,
1809  PG_GETARG_DATUM(1), PG_GETARG_DATUM(0)));
1810 }
Datum contains(PG_FUNCTION_ARGS)

References contains().

Referenced by lwgeom_cpa_within(), and rt_raster_intersects().

Here is the call graph for this function:
Here is the caller graph for this function: