protected void executeImpl() throws Exception {
   RelNode oneRowRel = new OneRowRel(getPreparingStmt().getRelOptCluster());
   RelNode projectRel = CalcRel.createProject(oneRowRel, exprs, null);
   executePlan(projectRel, exprs, false, true);
 }