This class is used to sequentially scan records in a relation. More...
#include <fileScanner.h>
Public Member Functions | |
| FileScanner (const std::string &name, BufferManager *bufMgr) | |
| void | scanNext (RecordId &outRid) |
| std::string | getRecord () |
| void | markDirty () |
This class is used to sequentially scan records in a relation.
Definition at line 21 of file fileScanner.h.
1.7.6.1