mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
5 lines
261 B
XML
5 lines
261 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, toUInt8(15)))</query>
|
|
</test>
|