public class TezWalker extends DefaultGraphWalker
dispatcher, opStack, retMap, toWalk
Constructor and Description |
---|
TezWalker(Dispatcher disp)
constructor of the walker - the dispatcher is passed.
|
Modifier and Type | Method and Description |
---|---|
void |
walk(Node nd)
Walk the given operator.
|
dispatch, dispatchAndReturn, getDispatchedList, getToWalk, startWalking
public TezWalker(Dispatcher disp)
disp
- the dispatcher to be called for each node visitedpublic void walk(Node nd) throws SemanticException
walk
in class DefaultGraphWalker
nd
- operator being walkedSemanticException
Copyright © 2017 The Apache Software Foundation. All rights reserved.