#include <parse_tree_nodes.h>
|
| PT_table_factor_function (const POS &pos, Item *expr, Item *path, Mem_root_array< PT_json_table_column * > *nested_cols, const LEX_STRING &table_alias) |
|
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_table_factor_function()
◆ do_contextualize()
bool PT_table_factor_function::do_contextualize |
( |
Parse_context * |
pc | ) |
|
|
override |
◆ m_expr
Item* PT_table_factor_function::m_expr |
|
private |
◆ m_nested_columns
◆ m_path
Item* PT_table_factor_function::m_path |
|
private |
◆ m_table_alias
const LEX_STRING PT_table_factor_function::m_table_alias |
|
private |
The documentation for this class was generated from the following files: