ClickHouse/tests/queries/0_stateless/01300_polygon_convex_hull.sql

2 lines
91 B
MySQL
Raw Normal View History

2021-02-15 19:22:13 +00:00
select polygonConvexHullCartesian([[[(0., 0.), (0., 5.), (5., 5.), (5., 0.), (2., 3.)]]]);