BITMAP_AGG
Overview
Aggregates a column of integer values into a single BITMAP object. Equivalent to calling TO_BITMAP on each value and then performing BITMAP_UNION. The return type is BITMAP (binary).
Syntax
Parameters
<expr>: A BIGINT expression or any expression that can be implicitly cast to an integer.
Examples
Related Documentation
- BITMAP_UNION — performs a union aggregation over multiple BITMAP objects
- TO_BITMAP
- BITMAP_TO_STRING
