| name | value |
|---|---|
| name | public.st_contains |
| return type | pg_catalog.bool |
| language | SQL |
| deterministic | YES |
result = public.st_contains();
CREATE FUNCTION _st_contains(geometry, geometry) RETURNS boolean AS '$libdir/liblwgeom', 'contains' LANGUAGE c IMMUTABLE STRICT;