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, startWalkingpublic TezWalker(Dispatcher disp)
disp - the dispatcher to be called for each node visitedpublic void walk(Node nd) throws SemanticException
walk in class DefaultGraphWalkernd - operator being walkedSemanticExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.