| My Project
   
    | 
 
  
 | Public Member Functions | |
| simple_sort_with_subqueries_ctx (Explain_context_enum type_arg, const char *name_arg, context *parent_arg, subquery_list_enum subquery_type_arg, const Explain_format_flags *flags, Explain_sort_clause clause) | |
| virtual bool | add_subquery (subquery_list_enum subquery_type_arg, subquery_ctx *ctx) | 
Node class for "simple" CTX_ORDER_BY and CTX_GROUP_BY
This class represents context for simple ORDER BY or GROUP BY clauses (the clause is effective for the single JOIN_TAB).
| virtual bool opt_explain_json_namespace::simple_sort_with_subqueries_ctx::add_subquery | ( | subquery_list_enum | subquery_type, | 
| subquery_ctx * | ctx | ||
| ) |  [inline, virtual] | 
Append a subquery node to the specified list of the unit node
| subquery_type | Describes the Item tree where the subquery exists | 
| ctx | Subquery node | 
| false | Ok | 
| true | Error | 
Reimplemented from opt_explain_json_namespace::context.
 1.7.6.1
 1.7.6.1