Uses of Class
org.apache.pig.impl.logicalLayer.LOLimit

Packages that use LOLimit
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.impl.logicalLayer.optimizer   
org.apache.pig.impl.logicalLayer.validators   
org.apache.pig.pen   
 

Uses of LOLimit in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type LOLimit
 void LogToPhyTranslationVisitor.visit(LOLimit limit)
           
 

Uses of LOLimit in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer that return LOLimit
 LOLimit LOLimit.duplicate()
           
 

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOLimit
protected  void LOVisitor.visit(LOLimit limOp)
           
protected  void LogicalPlanCloneHelper.visit(LOLimit limOp)
           
 void PlanSetter.visit(LOLimit op)
           
 

Uses of LOLimit in org.apache.pig.impl.logicalLayer.optimizer
 

Methods in org.apache.pig.impl.logicalLayer.optimizer with parameters of type LOLimit
 void OpLimitOptimizer.processNode(LOLimit limit)
           
protected  void SchemaCalculator.visit(LOLimit limit)
           
protected  void SchemaRemover.visit(LOLimit limit)
           
 

Uses of LOLimit in org.apache.pig.impl.logicalLayer.validators
 

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LOLimit
protected  void TypeCheckingVisitor.visit(LOLimit op)
           
 

Uses of LOLimit in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type LOLimit
protected  void DerivedDataVisitor.visit(LOLimit l)
           
protected  void LineageTrimmingVisitor.visit(LOLimit limOp)
           
 



Copyright © ${year} The Apache Software Foundation