#include <AST.hpp>
Definition at line 524 of file AST.hpp.
◆ select_type
◆ SelectClause()
list of expressions expanded from SELECT *
Definition at line 532 of file AST.hpp.
◆ accept() [1/2]
◆ accept() [2/2]
◆ dot()
void Clause::dot |
( |
std::ostream & |
out | ) |
const |
|
inherited |
◆ dump() [1/2]
void Clause::dump |
( |
| ) |
const |
|
inherited |
◆ dump() [2/2]
void Clause::dump |
( |
std::ostream & |
out | ) |
const |
|
inherited |
◆ expanded_select_all
std::vector<std::unique_ptr<Expr> > m::ast::SelectClause::expanded_select_all |
◆ select
list of selected elements; expr AS name
Definition at line 528 of file AST.hpp.
◆ select_all
Token m::ast::SelectClause::select_all |
◆ tok
Token m::ast::Clause::tok |
|
inherited |
The documentation for this struct was generated from the following file: