#include <parse_tree_nodes.h>
|
virtual PT_joined_table * | add_cross_join (PT_cross_join *cj) |
| Lets us build a parse tree top-down, which is necessary due to the context-dependent nature of the join syntax. More...
|
|
virtual | ~Parse_tree_node_tmpl ()=default |
|
bool | is_contextualized () const |
|
virtual bool | contextualize (Context *pc) |
| Do all context-sensitive things and mark the node as contextualized. More...
|
|
void | error (Context *pc, const POS &pos) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | error (Context *pc, const POS &pos, const char *msg) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | errorf (Context *pc, const POS &pos, const char *format,...) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
◆ add_cross_join()
Lets us build a parse tree top-down, which is necessary due to the context-dependent nature of the join syntax.
This function adds the <table_ref> cross join as the left-most leaf in this join tree rooted at this node.
- Parameters
-
cj | This <table ref> will be added if it represents a cross join. |
- Returns
- The new top-level join.
Reimplemented in PT_joined_table.
◆ m_table_ref
The documentation for this class was generated from the following files: