pub fn neq<T>(lhs: &PrimitiveArray<T>, rhs: &PrimitiveArray<T>) -> BooleanArray where
T: NativeType + Simd8,
T::Simd: Simd8PartialEq, Expand description
Perform left != right operation on two arrays.
pub fn neq<T>(lhs: &PrimitiveArray<T>, rhs: &PrimitiveArray<T>) -> BooleanArray where
T: NativeType + Simd8,
T::Simd: Simd8PartialEq, Perform left != right operation on two arrays.