Skip to main content

bit_xor

Function bit_xor 

Source
pub fn bit_xor(left: &Column, right: &Column) -> Column
Expand description

Bitwise XOR of two integer/boolean columns (PySpark bit_xor).