v.20.1New Feature
Add groupBit* functions to SimpleAggregationFunction type
AddgroupBit*functions for theSimpleAggregationFunctiontype. #8485 (Guillaume Tassery)
Why it matters
This feature introduces new bitwise group aggregation functions to theSimpleAggregationFunction family, enabling users to perform efficient bit-level aggregation operations on grouped data. It enhances analytical capabilities by supporting bitwise computations directly within aggregation queries.How to use it
To use these new functions, apply thegroupBit* functions as aggregation functions in your queries where SimpleAggregationFunction types are supported. For example, you can use them within SELECT statements to aggregate bitwise information over grouped records.