Uses of Class
org.apache.pig.newplan.logical.relational.LOLimit

Packages that use LOLimit
org.apache.pig.newplan.logical.optimizer   
org.apache.pig.newplan.logical.relational   
org.apache.pig.newplan.logical.rules   
org.apache.pig.newplan.logical.visitor   
org.apache.pig.pen   
 

Uses of LOLimit in org.apache.pig.newplan.logical.optimizer
 

Methods in org.apache.pig.newplan.logical.optimizer with parameters of type LOLimit
 void UidResetter.visit(LOLimit loLimit)
           
 void SchemaResetter.visit(LOLimit loLimit)
           
 void AllSameRalationalNodesVisitor.visit(LOLimit limit)
           
 void AllExpressionVisitor.visit(LOLimit limit)
           
 

Uses of LOLimit in org.apache.pig.newplan.logical.relational
 

Methods in org.apache.pig.newplan.logical.relational with parameters of type LOLimit
 void LogicalRelationalNodesVisitor.visit(LOLimit loLimit)
           
 void LogToPhyTranslationVisitor.visit(LOLimit loLimit)
           
 

Uses of LOLimit in org.apache.pig.newplan.logical.rules
 

Methods in org.apache.pig.newplan.logical.rules with parameters of type LOLimit
 void ColumnPruneVisitor.visit(LOLimit limit)
           
 

Uses of LOLimit in org.apache.pig.newplan.logical.visitor
 

Methods in org.apache.pig.newplan.logical.visitor with parameters of type LOLimit
 void TypeCheckingRelVisitor.visit(LOLimit limit)
           
 void SchemaAliasVisitor.visit(LOLimit limit)
           
 void ScalarVariableValidator.visit(LOLimit limit)
           
 void LineageFindRelVisitor.visit(LOLimit loLimit)
           
 

Uses of LOLimit in org.apache.pig.pen
 

Methods in org.apache.pig.pen that return types with arguments of type LOLimit
 Map<LOLimit,Long> AugmentBaseDataVisitor.getOriLimitMap()
           
 

Methods in org.apache.pig.pen with parameters of type LOLimit
 void LineageTrimmingVisitor.visit(LOLimit limOp)
           
 void AugmentBaseDataVisitor.visit(LOLimit lm)
           
 



Copyright © 2007-2012 The Apache Software Foundation