pub fn gt_eq_scalar<O: Offset>(lhs: &Utf8Array<O>, rhs: &str) -> BooleanArray
Available on crate feature compute_comparison only.
Expand description

Perform lhs >= rhs operation on Utf8Array and a scalar.