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