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