#include <AST.hpp>
Definition at line 585 of file AST.hpp.
◆ group_type
◆ GroupByClause()
m::ast::GroupByClause::GroupByClause |
( |
Token |
tok, |
|
|
std::vector< group_type > |
group_by |
|
) |
| |
|
inline |
a list of expressions to group by
Definition at line 590 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 |
◆ group_by
std::vector<group_type> m::ast::GroupByClause::group_by |
◆ tok
Token m::ast::Clause::tok |
|
inherited |
The documentation for this struct was generated from the following file: