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