Function arrow::compute::kernels::comparison::neq_scalar[][src]

pub fn neq_scalar<T>(
    left: &PrimitiveArray<T>,
    right: T::Native
) -> Result<BooleanArray> where
    T: ArrowNumericType
Expand description

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