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