pub fn mul( lhs: &dyn Datum, rhs: &dyn Datum, ) -> Result<Arc<dyn Array>, ArrowError>
Perform lhs * rhs, returning an error on overflow
lhs * rhs