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