Skip to content
🌵SedonaDB (Rust) 0.3.0 is out now, featuring larger-than-memory spatial joins, and row-level CRS!

ST_IsEmpty

Introduction: Test if a geometry is empty geometry

ST_IsEmpty

Format: ST_IsEmpty (A:geometry)

Return type: Boolean

SQL example:

SELECT ST_IsEmpty(polygondf.countyshape)
FROM polygondf