arrow_arith::numeric

Function mul_wrapping

Source
pub fn mul_wrapping(
    lhs: &dyn Datum,
    rhs: &dyn Datum,
) -> Result<ArrayRef, ArrowError>
Expand description

Perform lhs * rhs, wrapping on overflow for [DataType::is_integer]