Trait polars::export::arrow::compute::arithmetics::ArrayCheckedAdd
source · [−]pub trait ArrayCheckedAdd<Rhs> {
fn checked_add(&self, rhs: &Rhs) -> Self;
}
This is supported on crate feature
compute_arithmetics
only.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