Update tests/performance/array_element.xml

Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
This commit is contained in:
李扬 2024-01-10 10:46:29 +08:00 committed by GitHub
parent e5b4bc8f45
commit 2c76b1789c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)) -->