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