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

List of all members.

Public Member Functions

 BTreeIndex (const std::string &relationName, std::string &outIndexName, BufMgr *bufMgrIn, const int attrByteOffset, const Datatype attrType)
const void insertEntry (const void *value, const RecordId rid)
const void startScan (const void *lowVal, const Operator lowOp, const void *highVal, const Operator highOp)
const void scanNext (RecordId &outRid)
const void endScan ()
void printTreeExternal ()

Detailed Description

Definition at line 187 of file btree.h.


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