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_Area

Introduction: Return the area of A

ST_Area

Format: ST_Area (A:geometry)

Return type: Double

SQL example:

SELECT ST_Area(polygondf.countyshape)
FROM polygondf