Trait arrow2::compute::arithmetics::ArrayCheckedAdd
source · [−]pub trait ArrayCheckedAdd<Rhs>: Sized {
fn checked_add(&self, rhs: &Rhs) -> Self;
}
Expand description
Defines checked addition operation for primitive arrays
Required methods
fn checked_add(&self, rhs: &Rhs) -> Self
fn checked_add(&self, rhs: &Rhs) -> Self
Checked add