Function arrow::compute::kernels::aggregate::min_string[][src]

pub fn min_string<T: StringOffsetSizeTrait>(
    array: &GenericStringArray<T>
) -> Option<&str>
Expand description

Returns the minimum value in the string array, according to the natural order.