mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
5 lines
135 B
SQL
5 lines
135 B
SQL
-- Tags: no-unbundled, no-fasttest
|
|
|
|
SELECT h3EdgeAngle(10);
|
|
SELECT h3EdgeLengthM(2) * 180 / pi() / 6371007.180918475 - h3EdgeAngle(2);
|