taco-db
0.1.0
|
#include "tdb.h"
#include "catalog/IndexDesc.h"
#include "index/BulkLoadIterator.h"
#include "index/Index.h"
#include "index/IndexKey.h"
#include "storage/Record.h"
#include "storage/FileManager.h"
Go to the source code of this file.
Classes | |
class | taco::BTree |
A B-tree stored in the persistent files. More... | |
class | taco::BTree::Iterator |
Namespaces | |
taco | |
Typedefs | |
typedef RecordId | taco::PathItem |
Each PathItem is a (PageNumber, SlotId) pair of an B-tree internal record. More... | |