Function arrow::compute::kernels::numeric::mul_wrapping

source ยท
pub fn mul_wrapping(
    lhs: &dyn Datum,
    rhs: &dyn Datum,
) -> Result<Arc<dyn Array>, ArrowError>
Expand description

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