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

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

Sort elements from ArrayRef into an unsigned integer (UInt32Array) of indices. For floating point arrays any NaN values are considered to be greater than any other non-null value limit is an option for partial_sort