|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pig.impl.eval.EvalSpecVisitor
org.apache.pig.impl.eval.EvalSpecPrinter
public class EvalSpecPrinter
Constructor Summary | |
---|---|
EvalSpecPrinter(PrintStream ps)
|
Method Summary | |
---|---|
void |
visitBinCond(BinCondSpec bc)
Only BinCondSpec.visit() and subclass implementations of this function should ever call this method. |
void |
visitCompositeEval(CompositeEvalSpec ce)
Only CompositeEvalSpec.visit() and subclass implementations of this function should ever call this method. |
void |
visitConst(ConstSpec c)
Only ConstSpec.visit() and subclass implementations of this function should ever call this method. |
void |
visitFilter(FilterSpec f)
Only FilterSpec.visit() and subclass implementations of this function should ever call this method. |
void |
visitFuncEval(FuncEvalSpec fe)
Only FuncEvalSpec.visit() and subclass implementations of this function should ever call this method. |
void |
visitGenerate(GenerateSpec g)
Only GenerateSpec.visit() and subclass implementations of this function should ever call this method. |
void |
visitMapLookup(MapLookupSpec ml)
Only MapLookupSpec.visit() and subclass implementations of this function should ever call this method. |
void |
visitProject(ProjectSpec p)
Only ProjectSpec.visit() and subclass implementations of this function should ever call this method. |
void |
visitSortDistinct(SortDistinctSpec sd)
Only SortDistinctSpec.visit() and subclass implementations of this function should ever call this method. |
void |
visitStar(StarSpec s)
Only StarSpec.visit() and subclass implementations of this function should ever call this method. |
Methods inherited from class org.apache.pig.impl.eval.EvalSpecVisitor |
---|
visitStream, visitTimeWindow, visitTupleWindow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvalSpecPrinter(PrintStream ps)
Method Detail |
---|
public void visitFilter(FilterSpec f)
visitFilter
in class EvalSpecVisitor
public void visitSortDistinct(SortDistinctSpec sd)
visitSortDistinct
in class EvalSpecVisitor
public void visitGenerate(GenerateSpec g)
visitGenerate
in class EvalSpecVisitor
public void visitMapLookup(MapLookupSpec ml)
visitMapLookup
in class EvalSpecVisitor
public void visitConst(ConstSpec c)
visitConst
in class EvalSpecVisitor
public void visitProject(ProjectSpec p)
visitProject
in class EvalSpecVisitor
public void visitStar(StarSpec s)
visitStar
in class EvalSpecVisitor
public void visitFuncEval(FuncEvalSpec fe)
visitFuncEval
in class EvalSpecVisitor
public void visitCompositeEval(CompositeEvalSpec ce)
visitCompositeEval
in class EvalSpecVisitor
public void visitBinCond(BinCondSpec bc)
visitBinCond
in class EvalSpecVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |