pub fn mul(lhs: &dyn Array, rhs: &dyn Array) -> VortexResult<ArrayRef>
Point-wise multiply two numeric arrays.