Function arrow_arith::aggregate::min_string

source ยท
pub fn min_string<T: OffsetSizeTrait>(
    array: &GenericStringArray<T>,
) -> Option<&str>
Expand description

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