| 
|   | PT_explicit_table (const Query_options &options_arg, PT_item_list *item_list_arg, const Mem_root_array_YY< PT_table_reference * > &from_clause_arg) | 
|   | 
|   | PT_query_specification (PT_hint_list *opt_hints_arg, const Query_options &options_arg, PT_item_list *item_list_arg, PT_into_destination *opt_into1_arg, const Mem_root_array_YY< PT_table_reference * > &from_clause_arg, Item *opt_where_clause_arg, PT_group *opt_group_clause_arg, Item *opt_having_clause_arg, PT_window_list *opt_window_clause_arg, bool implicit_from_clause) | 
|   | 
|   | PT_query_specification (const Query_options &options_arg, PT_item_list *item_list_arg, const Mem_root_array_YY< PT_table_reference * > &from_clause_arg, Item *opt_where_clause_arg) | 
|   | 
|   | PT_query_specification (const Query_options &options_arg, PT_item_list *item_list_arg) | 
|   | 
| bool  | contextualize (Parse_context *pc) override | 
|   | 
| bool  | has_into_clause () const override | 
|   | 
| bool  | has_trailing_into_clause () const override | 
|   | 
| bool  | is_set_operation () const override | 
|   | 
| bool  | can_absorb_order_and_limit (bool, bool) const override | 
|   | True if this query expression can absorb an extraneous order by/limit clause.  More...
  | 
|   | 
| bool  | is_table_value_constructor () const override | 
|   | 
| PT_insert_values_list *  | get_row_value_list () const override | 
|   | 
  Public Member Functions inherited from PT_query_expression_body | 
| virtual Setop_type  | type () const | 
|   | 
| 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...
  | 
|   |