pub fn eq<O: Offset>(lhs: &BinaryArray<O>, rhs: &BinaryArray<O>) -> BooleanArray
Perform lhs == rhs operation on BinaryArray.
lhs == rhs
BinaryArray
iff the arrays do not have the same length.