pub fn neq_scalar_and_validity<O: Offset>(
    lhs: &BinaryArray<O>,
    rhs: &[u8]
) -> BooleanArray
Available on crate feature compute_comparison only.
Expand description

Perform lhs != rhs operation on BinaryArray and a scalar and include validities in comparison.