R/duckdb-funs.R
ST_IsEmpty.Rd
Returns true if the geometry is "empty".
ST_IsEmpty(geom)
GEOMETRY
BOOLEAN
ST_IsEmpty(geom = GEOMETRY)
ST_IsEmpty(linestring = LINESTRING_2D)
ST_IsEmpty(polygon = POLYGON_2D)
The spatial extension (LOAD spatial;).
spatial
LOAD spatial;