pub fn min_binary<O>(array: &BinaryArray<O>) -> Option<&[u8]> where
    O: Offset
This is supported on crate feature compute_aggregate only.
Expand description

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