pub fn min_binary<T: OffsetSizeTrait>(
    array: &GenericBinaryArray<T>
) -> Option<&[u8]>
Expand description

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