R/duckdb-funs.R
ST_ZMax.Rd
Returns the maximum Z coordinate of a geometry.
ST_ZMax(geom)
GEOMETRY
DOUBLE
The spatial extension (LOAD spatial;).
spatial
LOAD spatial;
SELECT ST_ZMax(ST_Point(1, 2, 3))