public RelOptXmlPlanWriter(PrintWriter pw, SqlExplainLevel detailLevel) { super(pw, detailLevel); xmlOutput = new XMLOutput(this); xmlOutput.setGlob(true); xmlOutput.setCompact(false); }