Function deltalake::arrow::compute::kernels::aggregate::max_string

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

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