Interface for sorted PageFile. This class generates multiple sorted runs pageFile records and retrieves records in sorted order. More...
#include <sort.h>
Classes | |
struct | RUN |
Public Member Functions | |
SortedFile (const std::string &fileName, int offset, int length, Datatype type, int maxItems) | |
std::string | next () |
void | setMark () |
void | gotoMark () |
Interface for sorted PageFile. This class generates multiple sorted runs pageFile records and retrieves records in sorted order.