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.