mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
6 lines
207 B
XML
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>
|