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

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

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

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOUnion
 void UnionOnSchemaSetter.visit(LOUnion loUnion)
           
protected  void ProjectionMapRemover.visit(LOUnion u)
           
protected  void ProjectionMapCalculator.visit(LOUnion u)
           
 void PlanSetter.visit(LOUnion op)
           
protected  void LogicalPlanCloneHelper.visit(LOUnion u)
           
protected  void LOVisitor.visit(LOUnion u)
           
protected  void ColumnPruner.visit(LOUnion union)
           
 

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

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

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

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LOUnion
protected  void TypeCheckingVisitor.visit(LOUnion u)
           
protected  void SchemaAliasVisitor.visit(LOUnion union)
           
 

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

Methods in org.apache.pig.newplan.logical with parameters of type LOUnion
 void LogicalPlanMigrationVistor.visit(LOUnion union)
           
 

Uses of LOUnion in org.apache.pig.pen
 

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

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

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



Copyright © ${year} The Apache Software Foundation