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