MySQL 9.1.0
Source Code Documentation
|
A wrapper for numeric table properties. More...
#include <opt_explain_format.h>
Public Member Functions | |
column () | |
bool | is_empty () const |
void | cleanup () |
void | set (T value_arg) |
T | get () const |
Public Attributes | |
T | value |
Private Attributes | |
bool | nil |
true if the column contains NULL More... | |
A wrapper for numeric table properties.
For traditional EXPLAIN this structure contains a value of one cell of the output row (excluding textual column values - see mem_root_str, and "Extra" column - see the col_extra list).
For hierarchical EXPLAIN this structure contains a numeric property value for a single CTX_TABLE/CTX_QEP_TAB context node of the intermediate tree.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
true if the column contains NULL
T qep_row::column< T >::value |