add_cross_join(PT_cross_join *cj) override | PT_joined_table | inlinevirtual |
add_rhs(PT_table_reference *table) | PT_joined_table | inline |
context_t typedef | Parse_tree_node_tmpl< Context > | |
contextualize(Parse_context *pc) override | PT_joined_table_on | |
PT_table_reference::contextualize(Context *pc) | Parse_tree_node_tmpl< Context > | inlinevirtual |
contextualize_tabs(Parse_context *pc) | PT_joined_table | protected |
contextualized | Parse_tree_node_tmpl< Context > | private |
error(Context *pc, const POS &pos) const | Parse_tree_node_tmpl< Context > | inline |
error(Context *pc, const POS &pos, const char *msg) const | Parse_tree_node_tmpl< Context > | inline |
errorf(Context *pc, const POS &pos, const char *format,...) const | Parse_tree_node_tmpl< Context > | inline |
is_contextualized() const | Parse_tree_node_tmpl< Context > | inline |
m_join_pos | PT_joined_table | protected |
m_left_pt_table | PT_joined_table | protected |
m_left_table_ref | PT_joined_table | protected |
m_right_pt_table | PT_joined_table | protected |
m_right_table_ref | PT_joined_table | protected |
m_table_ref | PT_table_reference | |
m_type | PT_joined_table | protected |
on | PT_joined_table_on | private |
operator delete(void *ptr, size_t size) | Parse_tree_node_tmpl< Context > | inlinestatic |
operator delete(void *, MEM_ROOT *, const std::nothrow_t &) noexcept | Parse_tree_node_tmpl< Context > | inlinestatic |
operator new(size_t size, MEM_ROOT *mem_root, const std::nothrow_t &arg=std::nothrow) noexcept | Parse_tree_node_tmpl< Context > | inlinestatic |
operator=(const Parse_tree_node_tmpl &) | Parse_tree_node_tmpl< Context > | private |
Parse_tree_node_tmpl(const Parse_tree_node_tmpl &) | Parse_tree_node_tmpl< Context > | private |
Parse_tree_node_tmpl() | Parse_tree_node_tmpl< Context > | inlineprotected |
PT_joined_table(PT_table_reference *tab1_node_arg, const POS &join_pos_arg, PT_joined_table_type type, PT_table_reference *tab2_node_arg) | PT_joined_table | inline |
PT_joined_table_on(PT_table_reference *tab1_node_arg, const POS &join_pos_arg, PT_joined_table_type type, PT_table_reference *tab2_node_arg, Item *on_arg) | PT_joined_table_on | inline |
super typedef | PT_joined_table_on | private |
~Parse_tree_node_tmpl()=default | Parse_tree_node_tmpl< Context > | virtual |
~PT_joined_table() override=0 | PT_joined_table | inlinepure virtual |