Function arrow2::compute::comparison::binary::neq_and_validity
source · [−]pub fn neq_and_validity<O: Offset>(
lhs: &BinaryArray<O>,
rhs: &BinaryArray<O>
) -> BooleanArray
Expand description
Perform lhs != rhs
operation on BinaryArray
.
Panic
iff the arrays do not have the same length and include validities in comparison.