#include <parse_tree_nodes.h>
 | 
|   | PT_derived_table (bool lateral, PT_subquery *subquery, const LEX_CSTRING &table_alias, Create_col_name_list *column_names) | 
|   | 
| bool  | contextualize (Parse_context *pc) override | 
|   | 
| 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...
  | 
|   | 
◆ super
◆ PT_derived_table()
◆ 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: