Function polars_arrow::bitmap::or_not

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

Compute bitwise A OR NOT B operation.