Expand description
Defines BitAnd, BitOr, BitXor and BitXor DISTINCT aggregate accumulators
Functionsยง
- Returns the bitwiseBitwiseOperationType::Andof a group of values
- AggregateFunction that returns a
AggregateUDFforbit_and - Returns the bitwiseBitwiseOperationType::Orof a group of values
- AggregateFunction that returns a
AggregateUDFforbit_or - Returns the bitwiseBitwiseOperationType::Xorof a group of values
- AggregateFunction that returns a
AggregateUDFforbit_xor