| Class | Description |
|---|---|
| HilbertSorter |
This is a table sorter which will sort the records by the hilbert curve of specified columns.
|
| OrderSorter |
Alphabetical order sorter to sort records by the given `orderColNames`.
|
| SortOperator |
SortOperator to sort the `InternalRow`s by the `KeyType`.
|
| SortUtils |
This is a table sorter which will sort the records by the key of the shuffleKeyComparator
generates.
|
| TableSorter |
An abstract TableSorter for
SortCompactAction. |
| TableSortInfo |
TableSortInfo is used to indicate the configuration details for table data sorting. |
| TableSortInfo.Builder |
Builder for
TableSortInfo. |
| ZorderSorter |
This is a table sorter which will sort the records by the z-order of specified columns.
|
| Enum | Description |
|---|---|
| TableSorter.OrderType |
The order type of table sort.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.