mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
5 lines
216 B
XML
5 lines
216 B
XML
<test>
|
|
<query>select arrayExists(x -> x = 5, materialize(range(10))) from numbers(10000000) format Null</query>
|
|
<query>select has(materialize(range(10)), 5) from numbers(10000000) format Null</query>
|
|
</test>
|