Files
doris/regression-test/data/query_p0/aggregate/bitmap_agg.out
Jerry Hu 57fb9799b5 [feature](agg) add aggregation function 'bitmap_agg' (#22768)
This function can be used to replace bitmap_union(to_bitmap(expr)), because bitmap_union(to_bitmap(expr)) need create many many small bitmaps firstly and then merge them into a single bitmap.
bitmap_agg will convert the column value into a bitmap directly. Its performance is better than bitmap_union(to_bitmap(expr)) . In our test , there is about 30% improvement.
2023-08-10 12:18:25 +08:00

8 lines
133 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !sql1 --
20000
-- !sql2 --
20000