pub fn lexsort_to_indices<I: Index>(
    columns: &[SortColumn<'_>],
    limit: Option<usize>
) -> Result<PrimitiveArray<I>>
Available on crate feature compute_sort only.
Expand description

Sorts a list of SortColumn into a non-nullable PrimitiveArray representing the indices that would sort the columns.