BITMAP_UNION_COUNT
Overview
Performs a union aggregation over a column of BITMAP objects and returns the cardinality (number of distinct elements) of the union directly. Equivalent to BITMAP_COUNT(BITMAP_UNION(...)), but more concise.
Syntax
Parameters
<bitmap_col>: A column of BITMAP type.
Examples
Related Documentation
- BITMAP_UNION — returns a BITMAP object instead of the cardinality
- BITMAP_AGG
