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