ClickHouse/tests/performance/float_mod.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
104 B
XML
Raw Normal View History

2020-07-21 10:38:14 +00:00
<test>
<query>SELECT count() FROM numbers(100000000) WHERE NOT ignore(number % 1.1)</query>
</test>