mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces
Catalog.hpp File Reference
#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>
Include dependency graph for Catalog.hpp:
This graph shows which files directly or indirectly include this file:

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
 

‍mutable namespace