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

Packages that use LOLoad
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 LOLoad in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

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

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

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

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

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

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

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

Uses of LOLoad in org.apache.pig.pen
 

Methods in org.apache.pig.pen that return types with arguments of type LOLoad
 Map<LOLoad,DataBag> AugmentBaseDataVisitor.getNewBaseData()
           
 

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

Constructor parameters in org.apache.pig.pen with type arguments of type LOLoad
AugmentBaseDataVisitor(LogicalPlan plan, Map<LOLoad,DataBag> baseData, Map<LogicalOperator,DataBag> derivedData)
           
DerivedDataVisitor(LogicalOperator op, PigContext pc, Map<LOLoad,DataBag> baseData, Map<LogicalOperator,PhysicalOperator> logToPhyMap, PhysicalPlan physPlan)
           
DerivedDataVisitor(LogicalPlan plan, PigContext pc, Map<LOLoad,DataBag> baseData, Map<LogicalOperator,PhysicalOperator> logToPhyMap, PhysicalPlan physPlan)
           
LineageTrimmingVisitor(LogicalPlan plan, Map<LOLoad,DataBag> baseData, Map<LogicalOperator,PhysicalOperator> LogToPhyMap, PhysicalPlan physPlan, PigContext pc)
           
 



Copyright © ${year} The Apache Software Foundation