Function add

Source
pub fn add(lhs: &dyn Array, rhs: &dyn Array) -> VortexResult<ArrayRef>
Expand description

Point-wise add two numeric arrays.