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

Packages that use LOForEach
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.newplan.logical   
org.apache.pig.pen   
org.apache.pig.tools.pigstats   
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type LOForEach
protected  void LogToPhyTranslationVisitor.visit(LOForEach g)
           
 

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOForEach
protected  void TopLevelProjectFinder.visit(LOForEach forEach)
           
protected  void ScalarFinder.visit(LOForEach op)
           
protected  void ProjectionMapRemover.visit(LOForEach forEach)
           
protected  void ProjectionMapCalculator.visit(LOForEach forEach)
           
protected  void ProjectStarTranslator.visit(LOForEach forEach)
           
protected  void ProjectFixerUpper.visit(LOForEach f)
           
 void PlanSetter.visit(LOForEach op)
           
protected  void LogicalPlanCloneHelper.visit(LOForEach forEach)
           
protected  void LOVisitor.visit(LOForEach forEach)
           
protected  void ColumnPruner.visit(LOForEach foreach)
           
 

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

Methods in org.apache.pig.impl.logicalLayer.optimizer with parameters of type LOForEach
protected  void SchemaRemover.visit(LOForEach forEach)
           
protected  void SchemaCalculator.visit(LOForEach forEach)
           
 

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

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LOForEach
protected  void TypeCheckingVisitor.visit(LOForEach f)
          Output schema of LOForEach is a tuple schma which is the output of all inner plans Flatten also has to be taken care on in here
protected  void SchemaAliasVisitor.visit(LOForEach foreach)
           
 

Uses of LOForEach in org.apache.pig.newplan.logical
 

Methods in org.apache.pig.newplan.logical with parameters of type LOForEach
 void LogicalPlanMigrationVistor.visit(LOForEach forEach)
           
 void ForeachInnerPlanVisitor.visit(LOForEach foreach)
           
 

Constructors in org.apache.pig.newplan.logical with parameters of type LOForEach
ForeachInnerPlanVisitor(LOForEach foreach, LOForEach oldForeach, LogicalPlan innerPlan, LogicalPlan oldLogicalPlan, Map<LogicalOperator,LogicalRelationalOperator> outerOpsMap)
           
 

Uses of LOForEach in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type LOForEach
protected  void LineageTrimmingVisitor.visit(LOForEach forEach)
           
protected  void DerivedDataVisitor.visit(LOForEach forEach)
           
protected  void AugmentBaseDataVisitor.visit(LOForEach forEach)
           
 

Uses of LOForEach in org.apache.pig.tools.pigstats
 

Methods in org.apache.pig.tools.pigstats with parameters of type LOForEach
protected  void ScriptState.LogicalPlanFeatureVisitor.visit(LOForEach op)
           
 



Copyright © ${year} The Apache Software Foundation