ClickHouse/tests/performance/rewrite_sumIf.xml

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

6 lines
207 B
XML
Raw Normal View History

<test>
2021-05-15 06:35:00 +00:00
<!-- Shouldn't have been a perf test, but an EXPLAIN one. -->
<query>SELECT sumIf(1, 0) FROM numbers(1000000000)</query>
<query>SELECT sumIf(1, 1) FROM numbers(1000000000)</query>
</test>