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