Accept a visitor at this node in the graph. @param v Visitor to accept. @throws FrontendException
(PlanVisitor v)
| 45 | * @throws FrontendException |
| 46 | */ |
| 47 | public abstract void accept(PlanVisitor v) throws FrontendException; |
| 48 | |
| 49 | public String getName() { |
| 50 | return name; |