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:
- /afs/cs.wisc.edu/u/n/w/nwilliam/private/workspace/Quut/src/btree.h
- /afs/cs.wisc.edu/u/n/w/nwilliam/private/workspace/Quut/src/btree.cpp