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