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 for [$UDAF]
- Returns the bitwiseBitwiseOperationType::Orof a group of values
- AggregateFunction that returns a AggregateUDF for [$UDAF]
- Returns the bitwiseBitwiseOperationType::Xorof a group of values
- AggregateFunction that returns a AggregateUDF for [$UDAF]