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