![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include "parse/ASTDot.hpp"#include <iomanip>#include <mutable/catalog/Schema.hpp>#include <sstream>Go to the source code of this file.
Macros | |
| #define | q(X) '"' << X << '"' |
| #define | id(X) q(std::hex << &X << std::dec) |
| #define | DOT(NAME, LABEL, COLOR) |
| #define DOT | ( | NAME, | |
| LABEL, | |||
| COLOR | |||
| ) |
Definition at line 8 of file ASTDot.cpp.
| #define q | ( | X | ) | '"' << X << '"' |
Definition at line 7 of file ASTDot.cpp.