Function polars_arrow::bitmap::and_not

source ·
pub fn and_not(lhs: &Bitmap, rhs: &Bitmap) -> Bitmap
Expand description

Compute bitwise A AND NOT B operation.