My Project
|
#include <opt_explain_format.h>
Public Member Functions | |
bool | is_empty () const |
void | cleanup () |
void | set (T value_arg) |
T | get () const |
Public Attributes | |
T | value |
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_JOIN_TAB context node of the intermediate tree.