pub fn add( lhs: impl AsRef<ArrayData>, rhs: impl AsRef<ArrayData>, ) -> VortexResult<ArrayData>
Point-wise add two numeric arrays.