Module arrow::compute::kernels::sort [−][src]
Expand description
Defines sort kernel for ArrayRef
Structs
| SortColumn | One column to be used in lexicographical sort |
| SortOptions | Options that define how sort kernels should behave |
Functions
| lexsort | Sort a list of |
| lexsort_to_indices | Sort elements lexicographically from a list of |
| partial_sort | It’s unstable_sort, may not preserve the order of equal elements |
| sort | Sort the |
| sort_limit | Sort the |
| sort_to_indices | Sort elements from |