#include <parse_tree_nodes.h>
|
| PT_table_factor_table_ident (const POS &pos, Table_ident *table_ident_arg, List< String > *opt_use_partition_arg, const LEX_CSTRING &opt_table_alias_arg, List< Index_hint > *opt_key_definition_arg, PT_tablesample *opt_tablesample_arg) |
|
| 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_table_ident()
◆ add_json_info()
void PT_table_factor_table_ident::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()
bool PT_table_factor_table_ident::do_contextualize |
( |
Parse_context * |
pc | ) |
|
|
overrideprotected |
◆ opt_key_definition
◆ opt_table_alias
const char* const PT_table_factor_table_ident::opt_table_alias |
|
private |
◆ opt_tablesample
◆ opt_use_partition
List<String>* PT_table_factor_table_ident::opt_use_partition |
|
private |
◆ table_ident
The documentation for this class was generated from the following files: