| MySQL 5.6.14 Source Code Document
    | 
#include <opt_explain_format.h>

| Public Member Functions | |
| Explain_subquery_marker (qep_row *destination_arg, Explain_context_enum type_arg) | |
| Public Attributes | |
| class qep_row * | destination | 
| hosting TABLE/JOIN_TAB | |
| Explain_context_enum | type | 
| CTX_WHERE/CTX_HAVING/CTX_ORDER_BY/CTX_GROUP_BY. | |
Argument for Item::explain_subquery_checker()
Just a tuple of (destination, type) to pass as a single argument. See a commentary for Item_subselect::explain_subquery_checker
Definition at line 428 of file opt_explain_format.h.