Function arrow::compute::kernels::sort::lexsort_to_indices[][src]

pub fn lexsort_to_indices(
    columns: &[SortColumn],
    limit: Option<usize>
) -> Result<UInt32Array>
Expand description

Sort elements lexicographically from a list of ArrayRef into an unsigned integer (UInt32Array) of indices.