pub fn min_string<O>(array: &Utf8Array<O>) -> Option<&str> where
    O: Offset
This is supported on crate feature compute_aggregate only.
Expand description

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