Module iceberg_rust::spec::sort
source · Expand description
Sorting
Structs§
- Entry for every column that is to be sorted
- A sort order is defined by a sort order id and a list of sort fields. The order of the sort fields within the list defines the order in which the sort is applied to the data.
- Builder for
SortOrder
.
Enums§
- Describes the order of null values when sorted.
- Sort direction in a partition, either ascending or descending
- Error type for SortOrderBuilder