PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ within()

Datum within ( PG_FUNCTION_ARGS  )

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

1993 {
1994  PG_RETURN_DATUM(CallerFInfoFunctionCall2(contains, fcinfo->flinfo, InvalidOid,
1995  PG_GETARG_DATUM(1), PG_GETARG_DATUM(0)));
1996 }
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: