MySQL 8.3.0
Source Code Documentation
PT_load_index_partitions_stmt Class Referencefinal

#include <parse_tree_nodes.h>

Inheritance diagram for PT_load_index_partitions_stmt:
[legend]

Public Member Functions

 PT_load_index_partitions_stmt (const POS &pos, MEM_ROOT *mem_root, Table_ident *table, PT_adm_partition *partitions, List< Index_hint > *opt_cache_key_list, bool ignore_leaves)
 
Sql_cmdmake_cmd (THD *thd) override
 
- Public Member Functions inherited from PT_table_ddl_stmt_base
 PT_table_ddl_stmt_base (const POS &pos, MEM_ROOT *mem_root)
 
 ~PT_table_ddl_stmt_base () override=0
 
- Public Member Functions inherited from Parse_tree_root
virtual std::string get_printable_parse_tree (THD *thd)
 

Private Attributes

Table_identm_table
 
PT_adm_partitionm_partitions
 
List< Index_hint > * m_opt_cache_key_list
 
bool m_ignore_leaves
 

Additional Inherited Members

- Public Attributes inherited from Parse_tree_root
POS m_pos
 Textual location of a token just parsed. More...
 
- Protected Member Functions inherited from Parse_tree_root
 Parse_tree_root ()=default
 
 Parse_tree_root (const POS &pos)
 
virtual ~Parse_tree_root ()=default
 
- Protected Attributes inherited from PT_table_ddl_stmt_base
Alter_info m_alter_info
 

Constructor & Destructor Documentation

◆ PT_load_index_partitions_stmt()

PT_load_index_partitions_stmt::PT_load_index_partitions_stmt ( const POS pos,
MEM_ROOT mem_root,
Table_ident table,
PT_adm_partition partitions,
List< Index_hint > *  opt_cache_key_list,
bool  ignore_leaves 
)
inline

Member Function Documentation

◆ make_cmd()

Sql_cmd * PT_load_index_partitions_stmt::make_cmd ( THD thd)
overridevirtual

Implements Parse_tree_root.

Member Data Documentation

◆ m_ignore_leaves

bool PT_load_index_partitions_stmt::m_ignore_leaves
private

◆ m_opt_cache_key_list

List<Index_hint>* PT_load_index_partitions_stmt::m_opt_cache_key_list
private

◆ m_partitions

PT_adm_partition* PT_load_index_partitions_stmt::m_partitions
private

◆ m_table

Table_ident* PT_load_index_partitions_stmt::m_table
private

The documentation for this class was generated from the following files: