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