BadgerDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Classes | Public Member Functions
badgerdb::SortedFile Class Reference

Interface for sorted PageFile. This class generates multiple sorted runs pageFile records and retrieves records in sorted order. More...

#include <sort.h>

List of all members.

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 ()

Detailed Description

Interface for sorted PageFile. This class generates multiple sorted runs pageFile records and retrieves records in sorted order.

Definition at line 26 of file sort.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends