MySQL 8.3.0
Source Code Documentation
PT_cache_index_partitions_stmt Class Reference

#include <parse_tree_nodes.h>

Inheritance diagram for PT_cache_index_partitions_stmt:
[legend]

Public Member Functions

 PT_cache_index_partitions_stmt (const POS &pos, MEM_ROOT *mem_root, Table_ident *table, PT_adm_partition *partitions, List< Index_hint > *opt_key_usage_list, LEX_CSTRING key_cache_name)
 
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_key_usage_list
 
const LEX_CSTRING m_key_cache_name
 

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_cache_index_partitions_stmt()

PT_cache_index_partitions_stmt::PT_cache_index_partitions_stmt ( const POS pos,
MEM_ROOT mem_root,
Table_ident table,
PT_adm_partition partitions,
List< Index_hint > *  opt_key_usage_list,
LEX_CSTRING  key_cache_name 
)
inline

Member Function Documentation

◆ make_cmd()

Sql_cmd * PT_cache_index_partitions_stmt::make_cmd ( THD thd)
overridevirtual

Implements Parse_tree_root.

Member Data Documentation

◆ m_key_cache_name

const LEX_CSTRING PT_cache_index_partitions_stmt::m_key_cache_name
private

◆ m_opt_key_usage_list

List<Index_hint>* PT_cache_index_partitions_stmt::m_opt_key_usage_list
private

◆ m_partitions

PT_adm_partition* PT_cache_index_partitions_stmt::m_partitions
private

◆ m_table

Table_ident* PT_cache_index_partitions_stmt::m_table
private

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