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

Perform left == right operation on an array and a scalar value.