arrow::compute::kernels::aggregate

Function min_string_view

pub fn min_string_view(
    array: &GenericByteViewArray<StringViewType>,
) -> Option<&str>
Expand description

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