// implement RelNode
 public RelOptCost computeSelfCost(RelOptPlanner planner) {
   return planner.makeTinyCost();
 }