Function bit_xor

Source
pub fn bit_xor(col: impl Into<Column>) -> Column
Expand description

Returns the bitwise XOR of all non-null input values, or null if none.