Skip to content
Apache Sedona 1.9.0 is out now, featuring Spark 4.1 support, proj4sedona CRS transformation, Bing Tile functions, and more!

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