pub fn lt_eq<O>(lhs: &Utf8Array<O>, rhs: &Utf8Array<O>) -> BooleanArray where O: Offset,
compute_comparison
Perform lhs <= rhs operation on Utf8Array.
lhs <= rhs
Utf8Array