![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include "backend/InterpreterOperator.hpp"
#include "backend/StackMachine.hpp"
#include <cerrno>
#include <ctime>
#include <mutable/backend/Backend.hpp>
#include <mutable/catalog/Catalog.hpp>
#include <mutable/IR/Operator.hpp>
#include <mutable/IR/Tuple.hpp>
#include <mutable/util/macro.hpp>
#include <unordered_map>
Go to the source code of this file.
Data Structures | |
struct | m::Block< N > |
A block of size N contains N tuples. More... | |
struct | m::Block< N >::the_iterator< C > |
struct | m::Pipeline |
Implements push-based evaluation of a pipeline in the plan. More... | |
struct | m::Interpreter |
Evaluates SQL operator trees on the database. More... | |
Namespaces | |
namespace | m |
| |
Macros | |
#define | DECLARE(CLASS) void operator()(Const<CLASS> &op) override; |
#define | DECLARE(CLASS) void operator()(Const<CLASS> &op) override; |
#define DECLARE | ( | CLASS | ) | void operator()(Const<CLASS> &op) override; |
Definition at line 227 of file Interpreter.hpp.
#define DECLARE | ( | CLASS | ) | void operator()(Const<CLASS> &op) override; |
Definition at line 227 of file Interpreter.hpp.