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