groupBitXor
Applies bit-wise XOR for series of numbers.
Arguments
expr – An expression that results in UInt* or Int* type.
Return value
Value of the UInt* or Int* type.
Example
Test data:
Query:
Where num is the column with the test data.
Result:
groupBitXor
Introduced in: v1.1
Applies bitwise XOR for series of numbers.
Syntax
Aliases: BIT_XOR
Arguments
expr— Expression of(U)Int*type.(U)Int*
Returned value
Returns a value of (U)Int* type. (U)Int*
Examples
Bitwise XOR example