|
taco-db
0.1.0
|
#include "tdb.h"#include <unordered_set>#include "catalog/TableDesc.h"#include "storage/BufferManager.h"#include "storage/FileManager.h"#include "storage/Record.h"Go to the source code of this file.
Classes | |
| class | taco::Table |
| Table implements a heap file over the virtual file provided by the FileManager. More... | |
| class | taco::Table::Iterator |
| The Iterator interface for scanning the heap file. More... | |
Namespaces | |
| taco | |