|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pig.impl.logicalLayer.LOVisitor
org.apache.pig.impl.logicalLayer.LOTreePrinter
public class LOTreePrinter
Constructor Summary | |
---|---|
LOTreePrinter(PrintStream ps)
|
Method Summary | |
---|---|
void |
decreaseIdent()
|
void |
increaseIdent()
|
void |
visitCogroup(LOCogroup g)
Only LOCogroup.visit() and subclass implementations of this function should ever call this method. |
void |
visitEval(LOEval g)
Only LOEval.visit() and subclass implementations of this function should ever call this method. |
void |
visitLoad(LOLoad g)
Only LOLoad.visit() and subclass implementations of this function should ever call this method. |
void |
visitSort(LOSort g)
Only LOSort.visit() and subclass implementations of this function should ever call this method. |
void |
visitSplit(LOSplit g)
Only LOSplit.visit() and subclass implementations of this function should ever call this method. |
void |
visitSplitOutput(LOSplitOutput g)
|
void |
visitStore(LOStore g)
Only LOStore.visit() and subclass implementations of this function should ever call this method. |
void |
visitUnion(LOUnion g)
Only LOUnion.visit() and subclass implementations of this function should ever call this method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LOTreePrinter(PrintStream ps)
Method Detail |
---|
public void increaseIdent()
public void decreaseIdent()
public void visitCogroup(LOCogroup g)
LOVisitor
visitCogroup
in class LOVisitor
public void visitEval(LOEval g)
LOVisitor
visitEval
in class LOVisitor
public void visitUnion(LOUnion g)
LOVisitor
visitUnion
in class LOVisitor
public void visitLoad(LOLoad g)
LOVisitor
visitLoad
in class LOVisitor
public void visitSort(LOSort g)
LOVisitor
visitSort
in class LOVisitor
public void visitSplit(LOSplit g)
LOVisitor
visitSplit
in class LOVisitor
public void visitSplitOutput(LOSplitOutput g)
visitSplitOutput
in class LOVisitor
public void visitStore(LOStore g)
LOVisitor
visitStore
in class LOVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |