Function arrow_arith::aggregate::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.