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