Function arrow_arith::aggregate::min_binary

source ยท
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.