Function arrow2::compute::comparison::utf8::gt_eq_scalar
source · [−]pub fn gt_eq_scalar<O: Offset>(lhs: &Utf8Array<O>, rhs: &str) -> BooleanArray
Expand description
Perform lhs >= rhs
operation on Utf8Array
and a scalar.