Function polars::export::arrow::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 as Simd8>::Simd: Simd8PartialEq,
This is supported on crate feature
compute_comparison
only.Expand description
Perform lhs == rhs
operation on two arrays and include validities in comparison.