if (note instanceof explain) {
explain xpl_note = (explain)note;
if (extended || xpl_note.normalExplain()) {
out.print(indentString(indent));
out.println(xpl_note.displayName());
}
}
// If this is an operator then we need to call the plan generation on the conf and then
// the children