mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
7 lines
254 B
XML
7 lines
254 B
XML
<test>
|
|
|
|
|
|
<!-- Moscow coordinates, maximum precision. NOTE: H3 library is extraordinary slow. -->
|
|
<query>SELECT count() FROM zeros(100000) WHERE NOT ignore(geoToH3(37.62 + rand(1) / 0x100000000, 55.75 + rand(2) / 0x100000000, 15))</query>
|
|
</test>
|