mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
add test
This commit is contained in:
parent
d666951cb1
commit
1f51a86285
12
tests/performance/bitmap_array_element.xml
Normal file
12
tests/performance/bitmap_array_element.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<test>
|
||||
<query>
|
||||
WITH
|
||||
(
|
||||
SELECT bitmapBuild(groupArray(number))
|
||||
FROM numbers(10000000)
|
||||
) AS a,
|
||||
[a, a, a] AS b
|
||||
SELECT sum(bitmapCardinality(b[(number % 3) + 1]))
|
||||
FROM numbers(10000)
|
||||
</query>
|
||||
</test>
|
Loading…
Reference in New Issue
Block a user