polars_arrow::bitmap

Function unary

Source
pub fn unary<F>(lhs: &Bitmap, op: F) -> Bitmap
where F: Fn(u64) -> u64,
Expand description

Apply a bitwise operation op to one input and return the result as a Bitmap.