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

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

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