R/duckdb-funs.R
ST_EndPoint.Rd
Returns the end point of a LINESTRING.
ST_EndPoint(geom)
GEOMETRY
GEOMETRY | POINT_2D
ST_EndPoint(geom = GEOMETRY)
ST_EndPoint(line = LINESTRING_2D)
The spatial extension (LOAD spatial;).
spatial
LOAD spatial;