R/duckdb-funs.R
ST_ClosestPoint.Rd
Returns the closest point on the first geometry to the second geometry.
ST_ClosestPoint(geom1, geom2)
GEOMETRY
The spatial extension (LOAD spatial;).
spatial
LOAD spatial;