add_cross_join(PT_cross_join *cj) override | PT_joined_table | inlinevirtual |
add_json_info(Json_object *obj) override | PT_joined_table | protectedvirtual |
add_rhs(PT_table_reference *table) | PT_joined_table | inline |
begin_parse_tree(Show_parse_tree *tree) | Parse_tree_node_tmpl< Context > | protected |
context_t typedef | Parse_tree_node_tmpl< Context > | |
contextualize(Context *pc) final | Parse_tree_node_tmpl< Context > | inlinevirtual |
contextualize_tabs(Parse_context *pc) | PT_joined_table | protected |
contextualized | Parse_tree_node_tmpl< Context > | private |
do_contextualize(Parse_context *pc) override | PT_joined_table | |
PT_table_reference::do_contextualize(Context *pc) | Parse_tree_node_tmpl< Context > | inlineprotectedvirtual |
end_parse_tree(Show_parse_tree *tree) | Parse_tree_node_tmpl< Context > | protected |
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_pos | Parse_tree_node_tmpl< Context > | |
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 |
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()=delete | Parse_tree_node_tmpl< Context > | protected |
Parse_tree_node_tmpl(const POS &pos) | Parse_tree_node_tmpl< Context > | inlineexplicitprotected |
Parse_tree_node_tmpl(const POS &start_pos, const POS &end_pos) | Parse_tree_node_tmpl< Context > | inlineexplicitprotected |
PT_joined_table(const POS &pos, 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_table_reference(const POS &pos) | PT_table_reference | inlineexplicit |
super typedef | PT_joined_table | private |
~Parse_tree_node_tmpl()=default | Parse_tree_node_tmpl< Context > | virtual |
~PT_joined_table() override=0 | PT_joined_table | inlinepure virtual |