pub fn eq<T>(lhs: &PrimitiveArray<T>, rhs: &PrimitiveArray<T>) -> BooleanArray where
    T: NativeType + Simd8,
    T::Simd: Simd8PartialEq
Available on crate feature compute_comparison only.
Expand description

Perform lhs == rhs operation on two arrays.