Trait polars::export::arrow::compute::arithmetics::ArrayWrappingAdd
source · [−]pub trait ArrayWrappingAdd<Rhs> {
fn wrapping_add(&self, rhs: &Rhs) -> Self;
}
This is supported on crate feature
compute_arithmetics
only.Expand description
Defines wrapping addition operation for primitive arrays
Required methods
fn wrapping_add(&self, rhs: &Rhs) -> Self
fn wrapping_add(&self, rhs: &Rhs) -> Self
Adds itself to rhs
using wrapping addition