MySQL 8.3.0
Source Code Documentation
PT_explicit_table Member List

This is the complete list of members for PT_explicit_table, including all inherited members.

add_json_info(Json_object *obj) overridePT_query_specificationprotectedvirtual
begin_parse_tree(Show_parse_tree *tree)Parse_tree_node_tmpl< Context >protected
can_absorb_order_and_limit(bool, bool) const overridePT_query_specificationinlinevirtual
context_t typedefParse_tree_node_tmpl< Context >
contextualize(Context *pc) finalParse_tree_node_tmpl< Context >inlinevirtual
contextualizedParse_tree_node_tmpl< Context >private
do_contextualize(Parse_context *pc) overridePT_query_specification
PT_query_primary::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) constParse_tree_node_tmpl< Context >inline
error(Context *pc, const POS &pos, const char *msg) constParse_tree_node_tmpl< Context >inline
errorf(Context *pc, const POS &pos, const char *format,...) constParse_tree_node_tmpl< Context >inline
from_clausePT_query_specificationprivate
get_row_value_list() const overridePT_query_specificationinlinevirtual
has_into_clause() const overridePT_query_specificationinlinevirtual
has_trailing_into_clause() const overridePT_query_specificationinlinevirtual
is_contextualized() constParse_tree_node_tmpl< Context >inline
is_implicit_from_clause() constPT_query_specificationinlineprivate
is_set_operation() const overridePT_query_specificationinlinevirtual
is_table_value_constructor() const overridePT_query_specificationinlinevirtual
item_listPT_query_specificationprivate
m_is_from_clause_implicitPT_query_specificationprivate
m_posParse_tree_node_tmpl< Context >
operator delete(void *ptr, size_t size)Parse_tree_node_tmpl< Context >inlinestatic
operator delete(void *, MEM_ROOT *, const std::nothrow_t &) noexceptParse_tree_node_tmpl< Context >inlinestatic
operator new(size_t size, MEM_ROOT *mem_root, const std::nothrow_t &arg=std::nothrow) noexceptParse_tree_node_tmpl< Context >inlinestatic
operator=(const Parse_tree_node_tmpl &)Parse_tree_node_tmpl< Context >private
opt_group_clausePT_query_specificationprivate
opt_having_clausePT_query_specificationprivate
opt_hintsPT_query_specificationprivate
opt_into1PT_query_specificationprivate
opt_qualify_clausePT_query_specificationprivate
opt_where_clausePT_query_specificationprivate
opt_window_clausePT_query_specificationprivate
optionsPT_query_specificationprivate
Parse_tree_node_tmpl(const Parse_tree_node_tmpl &)Parse_tree_node_tmpl< Context >private
Parse_tree_node_tmpl()=deleteParse_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_explicit_table(const POS &pos, const Query_options &options_arg, PT_item_list *item_list_arg, const Mem_root_array_YY< PT_table_reference * > &from_clause_arg)PT_explicit_tableinline
PT_query_expression_body(const POS &pos)PT_query_expression_bodyinlineexplicit
PT_query_primary(const POS &pos)PT_query_primaryinlineexplicitprotected
PT_query_specification(const POS &pos, 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, Item *opt_qualify_clause_arg, bool implicit_from_clause)PT_query_specificationinline
PT_query_specification(const POS &pos, 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_specificationinline
PT_query_specification(const POS &pos, const Query_options &options_arg, PT_item_list *item_list_arg)PT_query_specificationinline
super typedefPT_explicit_tableprivate
~Parse_tree_node_tmpl()=defaultParse_tree_node_tmpl< Context >virtual