pub fn bit_xor(left: &Column, right: &Column) -> Column
Bitwise XOR of two integer/boolean columns (PySpark bit_xor).