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_NPoints

Introduction: Return points of the geometry

ST_NPoints

Format: ST_NPoints (A:geometry)

Return type: Integer

SELECT ST_NPoints(polygondf.countyshape)
FROM polygondf