Function polars_arrow::bitmap::xor

source ยท
pub fn xor(lhs: &Bitmap, rhs: &Bitmap) -> Bitmap
Expand description

Compute bitwise XOR operation.