pub fn bit_xor<T>(array: &PrimitiveArray<T>) -> Option<T::Native>Expand description
Returns the bitwise xor of all non-null input values.
Returns None if the array is empty or only contains null values.
pub fn bit_xor<T>(array: &PrimitiveArray<T>) -> Option<T::Native>Returns the bitwise xor of all non-null input values.
Returns None if the array is empty or only contains null values.