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