pub fn lt_eq<O>(lhs: &BinaryArray<O>, rhs: &BinaryArray<O>) -> BooleanArray where
O: Offset,
This is supported on crate feature
compute_comparison
only.Expand description
Perform lhs <= rhs
operation on BinaryArray
.