Trait arrow2::compute::arithmetics::ArrayOverflowingAdd
source · pub trait ArrayOverflowingAdd<Rhs>: Sized {
// Required method
fn overflowing_add(&self, rhs: &Rhs) -> (Self, Bitmap);
}
Available on crate feature
compute_arithmetics
only.Expand description
Defines Overflowing addition operation for primitive arrays
Required Methods§
sourcefn overflowing_add(&self, rhs: &Rhs) -> (Self, Bitmap)
fn overflowing_add(&self, rhs: &Rhs) -> (Self, Bitmap)
Overflowing add