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