pub fn max_string<T: OffsetSizeTrait>( array: &GenericStringArray<T>, ) -> Option<&str>
Returns the maximum value in the string array, according to the natural order.