groupBitmap
Introduced in: v20.1.0 Creates a bitmap (bit array) from a column of unsigned integers, then returns the count of unique values (cardinality) in that bitmap. By appending the-State combinator suffix, instead of returning the count, it returns the actual bitmap object.
Syntax
expr— Expression that results in aUInt*type.UInt*
-State. UInt64
Examples
Usage example
Query
Response