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