Function polars_arrow::bitmap::binary_fold
source ยท pub fn binary_fold<B, F, R>(
lhs: &Bitmap,
rhs: &Bitmap,
op: F,
init: B,
fold: R,
) -> B
Expand description
Apply a bitwise operation op
to two inputs and fold the result.