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.
pub fn add(lhs: &dyn Array, rhs: &dyn Array) -> VortexResult<ArrayRef>
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.