groupBitmapOr
Calculations the OR of a bitmap column, return cardinality of type UInt64, if add suffix -State, then return bitmap object. This is equivalent to groupBitmapMerge
.
Arguments
expr
– An expression that results in AggregateFunction(groupBitmap, UInt*)
type.
Returned value
Value of the UInt64
type.
Example