MySQL 8.0.40
Source Code Documentation
|
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_explain (Explain_format_type format, bool is_analyze, bool is_explicit_format, Parse_tree_root *explainable_stmt) | |
Sql_cmd * | make_cmd (THD *thd) override |
Private Attributes | |
const Explain_format_type | m_format |
const bool | m_analyze |
const bool | m_explicit_format |
Parse_tree_root *const | m_explainable_stmt |
Additional Inherited Members | |
Protected Member Functions inherited from Parse_tree_root | |
virtual | ~Parse_tree_root ()=default |
Parse_tree_root ()=default | |
|
inline |
Implements Parse_tree_root.
|
private |
|
private |
|
private |
|
private |