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