Function arrow::compute::min_string

pub fn min_string<T>(
    array: &GenericByteArray<GenericStringType<T>>,
) -> Option<&str>
where T: OffsetSizeTrait,
Expand description

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