#include <AST.hpp>
Definition at line 612 of file AST.hpp.
◆ order_type
◆ OrderByClause()
m::ast::OrderByClause::OrderByClause |
( |
Token |
tok, |
|
|
std::vector< order_type > |
order_by |
|
) |
| |
|
inline |
◆ 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 |
◆ order_by
std::vector<order_type> m::ast::OrderByClause::order_by |
true means ascending, false means descending
Definition at line 616 of file AST.hpp.
◆ tok
Token m::ast::Clause::tok |
|
inherited |
The documentation for this struct was generated from the following file: