![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <mutable/catalog/Catalog.hpp>#include <mutable/catalog/DatabaseCommand.hpp>#include <mutable/parse/AST.hpp>#include <mutable/util/Diagnostic.hpp>#include <sstream>#include <unordered_map>#include <vector>Go to the source code of this file.
Data Structures | |
| struct | m::ast::Sema |
| struct | m::ast::Sema::SemaContext |
| Holds context information used by semantic analysis of a single statement. More... | |
| struct | m::ast::Sema::SemaContext::result_t |
| struct | m::ast::Sema::RequireContext |
| Helper class to create a context when one is required but does not yet exist. More... | |
Namespaces | |
| namespace | m |
| |
| namespace | m::ast |
Macros | |
| #define | DECLARE(CLASS) void operator()(CLASS&) override; |