BITMAP_UNION
Overview
Performs a union aggregation over a column of BITMAP objects and returns the merged BITMAP. Commonly used together with BITMAP_TO_STRING or BITMAP_COUNT to inspect the result.
Syntax
Parameters
<bitmap_col>: A column of BITMAP type.
Examples
Related Documentation
- BITMAP_UNION_COUNT — returns the cardinality of the union directly
- BITMAP_AGG — aggregates an integer column into a BITMAP
- TO_BITMAP
