PostGIS  3.2.2dev-r@@SVN_REVISION@@

◆ within()

Datum within ( PG_FUNCTION_ARGS  )

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

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