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