mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces | Macros
ASTPrinter.hpp File Reference
#include <mutable/parse/AST.hpp>
Include dependency graph for ASTPrinter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  m::ast::ASTPrinter
 Pretty-prints the AST in SQL. More...
 

Namespaces

namespace  m
 

‍mutable namespace


 
namespace  m::ast
 

Macros

#define DECLARE(CLASS)   void operator()(Const<CLASS>&) override;
 

Macro Definition Documentation

◆ DECLARE

#define DECLARE (   CLASS)    void operator()(Const<CLASS>&) override;

Definition at line 25 of file ASTPrinter.hpp.