Function polars_arrow::bitmap::and

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

Compute bitwise A AND B operation.