PostGIS  3.2.2dev-r@@SVN_REVISION@@

◆ within()

Datum within ( PG_FUNCTION_ARGS  )

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

1906 {
1907  PG_RETURN_DATUM(CallerFInfoFunctionCall2(contains, fcinfo->flinfo, InvalidOid,
1908  PG_GETARG_DATUM(1), PG_GETARG_DATUM(0)));
1909 }
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: