示例#1
0
 private String toString(RelNode rel) {
   return RelOptUtil.dumpPlan("", rel, false, SqlExplainLevel.DIGEST_ATTRIBUTES);
 }