pub fn eq_scalar<T>(lhs: &PrimitiveArray<T>, rhs: T) -> BooleanArray where
T: NativeType + Simd8,
T::Simd: Simd8PartialEq,
Expand description
Perform left == right
operation on an array and a scalar value.
pub fn eq_scalar<T>(lhs: &PrimitiveArray<T>, rhs: T) -> BooleanArray where
T: NativeType + Simd8,
T::Simd: Simd8PartialEq,
Perform left == right
operation on an array and a scalar value.