Trait polars::export::arrow::compute::arithmetics::ArrayOverflowingMul
source · [−]pub trait ArrayOverflowingMul<Rhs> {
fn overflowing_mul(&self, rhs: &Rhs) -> (Self, Bitmap);
}
This is supported on crate feature
compute_arithmetics
only.Expand description
Defines Overflowing multiplication operation for primitive arrays