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