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

pub fn lexsort_to_indices(columns: &[SortColumn]) -> Result<UInt32Array>

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