R/duckdb-funs.R
ST_IsRing.Rd
Returns true if the geometry is a ring (both ST_IsClosed and ST_IsSimple).
ST_IsRing(geom)
GEOMETRY
BOOLEAN
The spatial extension (LOAD spatial;).
spatial
LOAD spatial;