ClickHouse/tests/performance/h3.xml
2022-02-18 15:57:54 +00:00

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>