![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <iostream>#include <mutable/catalog/Scheduler.hpp>#include <mutable/catalog/Schema.hpp>#include <mutable/IR/Tuple.hpp>#include <mutable/storage/Store.hpp>#include <mutable/util/Diagnostic.hpp>Go to the source code of this file.
Data Structures | |
| struct | m::Reader |
| An interface for all readers. More... | |
| struct | m::DSVReader |
| A reader for delimiter separated value (DSV) files. More... | |
| struct | m::DSVReader::Config |
| Configuration parameters for importing a DSV file. More... | |
Namespaces | |
| namespace | m |
| |