Modules§
- external_
sort - intermediate_
rw 🔒 - Intermediate codec for external sorting.
- merge_
stream 🔒
Structs§
- Sort
Output - Output of a sorting operation, encapsulating a bitmap for null values and a stream of sorted items
Traits§
- Sorter
- Handles data sorting, supporting incremental input and retrieval of sorted output
Type Aliases§
- Sorted
Stream - A stream of sorted values along with their associated bitmap