BITMAP_OR_AGG | Snowflake Documentation (original) (raw)
Returns a bitmap containing the results of a binary OR operation on the input bitmaps.
See also:
Using Bitmaps to Compute Distinct Values for Hierarchical Aggregations
Syntax¶
BITMAP_OR_AGG( )
Copy
Arguments¶
_bitmap_
A bitmap returned by the BITMAP_CONSTRUCT_AGG or BITMAP_OR_AGG function.
Returns¶
The function returns a bitmap containing the results of a binary OR operation on the input bitmaps.
Examples¶
See Using Bitmaps to Compute Distinct Values for Hierarchical Aggregations.