Expand description
SortedFile : Record storage.
Structs§
- Asc
- Fetch records from SortedFile in ascending order. The iterator result is a PagePtr and offset of the data.
- Dsc
- Fetch records from SortedFile in descending order.
- Id
- Id record.
- Sorted
File - Sorted Record storage.
Traits§
- Record
- A record to be stored in a SortedFile.