ClickHouse/tests/performance/rewrite_sumIf.xml
Alexander Kuzmenkov 708f280605 fix the test
2021-05-15 09:35:00 +03:00

6 lines
207 B
XML

<test>
<!-- 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>