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