#include <parse_tree_nodes.h>
|
| PT_derived_table (const POS &pos, bool lateral, PT_subquery *subquery, const LEX_CSTRING &table_alias, Create_col_name_list *column_names) |
|
bool | do_contextualize (Parse_context *pc) override |
|
| PT_table_reference (const POS &pos) |
|
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) final |
|
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...
|
|
◆ super
◆ PT_derived_table()
◆ add_json_info()
void PT_derived_table::add_json_info |
( |
Json_object * |
json_obj | ) |
|
|
overrideprotectedvirtual |
Add all the node-specific json fields.
Any class that needs to add such info should override this function rather than doing it in do_contextualize(). E.g. the parse tree node for AVG() may have "distinct" field to indicate if AVG(DISTINCT ...) is used or not.
- Parameters
-
json_obj | Json object for this parse tree node. |
Reimplemented from Parse_tree_node_tmpl< Context >.
◆ do_contextualize()
◆ column_names
List of explicitly specified column names; if empty, no list.
◆ m_lateral
bool PT_derived_table::m_lateral |
|
private |
◆ m_subquery
◆ m_table_alias
const char* const PT_derived_table::m_table_alias |
|
private |
The documentation for this class was generated from the following files: