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