Function arrow2::compute::comparison::primitive::neq_and_validity
source · [−]pub fn neq_and_validity<T>(
lhs: &PrimitiveArray<T>,
rhs: &PrimitiveArray<T>
) -> BooleanArray where
T: NativeType + Simd8,
T::Simd: Simd8PartialEq,
Expand description
Perform left != right
operation on two arrays and include validities in comparison.