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.