Function arrow_arith::numeric::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