pub fn max_string_view(
array: &GenericByteViewArray<StringViewType>,
) -> Option<&str>
Expand description
Returns the maximum value in the string view array, according to the natural order.
pub fn max_string_view(
array: &GenericByteViewArray<StringViewType>,
) -> Option<&str>
Returns the maximum value in the string view array, according to the natural order.