WiscDB
|
BTreeIndex(const std::string &relationName, std::string &outIndexName, BufferManager *bufMgrIn, const int attrByteOffset, const Datatype attrType) | wiscdb::BTreeIndex | |
endScan() | wiscdb::BTreeIndex | |
insertEntry(const void *key, const RecordId rid) | wiscdb::BTreeIndex | |
scanNext(RecordId &outRid) | wiscdb::BTreeIndex | |
startScan(const void *lowVal, const Operator lowOp, const void *highVal, const Operator highOp) | wiscdb::BTreeIndex | |
~BTreeIndex() | wiscdb::BTreeIndex |