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

pub fn sort_to_indices(
    values: &ArrayRef,
    options: Option<SortOptions>
) -> Result<UInt32Array>

Sort elements from ArrayRef into an unsigned integer (UInt32Array) of indices