Function datafusion::common::arrow::compute::kernels::aggregate::min_string

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