PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ PG_FUNCTION_INFO_V1() [8/59]

PG_FUNCTION_INFO_V1 ( coveredby  )

ST_Within(A, B) => ST_Contains(B, A) so we just delegate this calculation to the Contains implementation.

PG_FUNCTION_INFO_V1(within); Datum within(PG_FUNCTION_ARGS)