Function arrow::compute::kernels::aggregate::max_string[][src]

pub fn max_string<T: StringOffsetSizeTrait>(
    array: &GenericStringArray<T>
) -> Option<&str>
Expand description

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