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