R/duckdb-funs.R
ST_LineMerge.Rd
"Merges" the input line geometry, optionally taking direction into account.
ST_LineMerge(geom, preserve_direction)
GEOMETRY
BOOLEAN
ST_LineMerge(geom = GEOMETRY)
ST_LineMerge(geom = GEOMETRY, preserve_direction = BOOLEAN)
The spatial extension (LOAD spatial;).
spatial
LOAD spatial;