![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <mutable/catalog/Catalog.hpp>#include "backend/Interpreter.hpp"#include "storage/ColumnStore.hpp"#include "storage/PaxStore.hpp"#include "storage/RowStore.hpp"#include <mutable/catalog/CostFunctionCout.hpp>#include <mutable/tables/Functions.tbl>Go to the source code of this file.
Macros | |
| #define | M_FUNCTION(NAME, KIND) |
Functions | |
| __attribute__ ((constructor(200))) Catalog &Catalog | |
| __attribute__ ((destructor(200))) void Catalog | |
| __attribute__ ((constructor(201))) static void add_catalog_args() | |
| #define M_FUNCTION | ( | NAME, | |
| KIND | |||
| ) |
| __attribute__ | ( | (constructor(200)) | ) | & |
Definition at line 41 of file Catalog.cpp.
| __attribute__ | ( | (constructor(201)) | ) |
Definition at line 77 of file Catalog.cpp.
References m::ArgParser::add(), m::Catalog::arg_parser(), m::Catalog::default_backend(), m::Catalog::default_cardinality_estimator(), m::Catalog::default_data_layout(), m::Catalog::default_plan_enumerator(), m::Catalog::default_scheduler(), m::Catalog::Get(), and m::Catalog::pool().
| __attribute__ | ( | (destructor(200)) | ) |
Definition at line 49 of file Catalog.cpp.
References m::Catalog::the_catalog_.