Function add

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

Point-wise add two numeric arrays.

Errs at runtime if the sum would overflow or underflow.

The result is null at any index that either input is null.