Function polars_arrow::bitmap::or

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

Compute bitwise A OR B operation.