arrow_arith::aggregate

Function max_string

Source
pub fn max_string<T: OffsetSizeTrait>(
    array: &GenericStringArray<T>,
) -> Option<&str>
Expand description

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