Module bit_and_or_xor

Source
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 for bit_and
bit_or
Returns the bitwiseBitwiseOperationType::Orof a group of values
bit_or_udaf
AggregateFunction that returns a AggregateUDF for bit_or
bit_xor
Returns the bitwiseBitwiseOperationType::Xorof a group of values
bit_xor_udaf
AggregateFunction that returns a AggregateUDF for bit_xor