Function arrow2::compute::comparison::utf8::lt

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

Perform lhs < rhs operation on Utf8Array.