Skip to main content

Module sortedfile

Module sortedfile 

Source
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.
SortedFile
Sorted Record storage.

Traits§

Record
A record to be stored in a SortedFile.