throw new UnsupportedOperationException("not yet implemented: " + node.getClass().getName());
}
public SubPlanBuilder createSingleNodePlan(PlanNode root)
{
return new SubPlanBuilder(new PlanFragmentId(nextSubPlanId()), allocator, PlanDistribution.NONE, root, null);
}