mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update tests/performance/array_element.xml
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
This commit is contained in:
parent
e5b4bc8f45
commit
2c76b1789c
@ -4,7 +4,7 @@
|
||||
<query>SELECT count() FROM numbers(100000000) WHERE NOT ignore([[], []][number % 2 + 2])</query>
|
||||
|
||||
<!-- arrayElement function with input type Array(Array(UInt8)) -->
|
||||
<query>select materialize(array(array(1,2,3,4)))[1] from numbers(10000000) fromat Null</query>
|
||||
<query>select materialize(array(array(1,2,3,4)))[1] from numbers(10000000) format Null</query>
|
||||
<query>select materialize(array(array(1,2,3,4)))[materialize(1)] from numbers(10000000) format Null</query>
|
||||
|
||||
<!-- arrayElement function with input type Array(Array(String)) -->
|
||||
|
Loading…
Reference in New Issue
Block a user