![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <concepts>#include <memory>#include <mutable/backend/Backend.hpp>#include <mutable/backend/WebAssembly.hpp>#include <mutable/catalog/CardinalityEstimator.hpp>#include <mutable/catalog/CostFunction.hpp>#include <mutable/catalog/DatabaseCommand.hpp>#include <mutable/catalog/TableFactory.hpp>#include <mutable/catalog/Scheduler.hpp>#include <mutable/catalog/Schema.hpp>#include <mutable/IR/PlanEnumerator.hpp>#include <mutable/storage/DataLayoutFactory.hpp>#include <mutable/util/ArgParser.hpp>#include <mutable/util/macro.hpp>#include <mutable/util/memory.hpp>#include <mutable/util/Pool.hpp>#include <mutable/util/Timer.hpp>#include <type_traits>Go to the source code of this file.
Data Structures | |
| struct | m::Catalog |
The catalog contains all Databases and keeps track of all meta information of the database system. More... | |
Namespaces | |
| namespace | m |
| |