pub fn sort_to_indices<I: Index>(
    values: &dyn Array,
    options: &SortOptions,
    limit: Option<usize>
) -> Result<PrimitiveArray<I>>
Available on crate feature compute_sort only.
Expand description

Sort elements from values into a non-nullable PrimitiveArray of indices that sort values.