pub fn neq_scalar(lhs: &BooleanArray, rhs: bool) -> BooleanArray
Expand description

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