pub fn neq_and_validity(lhs: &BooleanArray, rhs: &BooleanArray) -> BooleanArray
Available on crate feature compute_comparison only.
Expand description

lhs != rhs for BooleanArray and include validities in comparison.