pub fn max_string<O: Offset>(array: &Utf8Array<O>) -> Option<&str>
Available on crate feature compute_aggregate only.
Expand description

Returns the maximum value in the string array, according to the natural order.