[][src]Function polars_arrow_rvsry99dx::compute::kernels::comparison::neq

pub fn neq<T>(
    left: &PrimitiveArray<T>,
    right: &PrimitiveArray<T>
) -> Result<BooleanArray> where
    T: ArrowNumericType

Perform left != right operation on two arrays.