pub fn lt<O: Offset>(lhs: &BinaryArray<O>, rhs: &BinaryArray<O>) -> BooleanArray
Expand description

Perform lhs < rhs operation on BinaryArray.