-
Steinar H. Gunderson authored
In tree EXPLAIN, print out the plan for subselects in the SELECT list. These are not strictly part of the iterator in question, but can nevertheless be very useful for the user to understand the execution, so we need to be able to hook on some auxiliary information on the iterator for the benefit of EXPLAIN. Change-Id: Ib6f8e92622d9b13d2fa685c36ccfe029f17d63ab
Steinar H. Gunderson authoredIn tree EXPLAIN, print out the plan for subselects in the SELECT list. These are not strictly part of the iterator in question, but can nevertheless be very useful for the user to understand the execution, so we need to be able to hook on some auxiliary information on the iterator for the benefit of EXPLAIN. Change-Id: Ib6f8e92622d9b13d2fa685c36ccfe029f17d63ab
Loading