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