pub fn eq<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.