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

Packages that use LOSplitOutput
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.backend.local.executionengine.physicalLayer   
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   
 

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

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

Uses of LOSplitOutput in org.apache.pig.backend.local.executionengine.physicalLayer
 

Methods in org.apache.pig.backend.local.executionengine.physicalLayer with parameters of type LOSplitOutput
 void LocalLogToPhyTranslationVisitor.visit(LOSplitOutput split)
           
 

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOSplitOutput
protected  void LOVisitor.visit(LOSplitOutput sop)
           
protected  void LogicalPlanCloneHelper.visit(LOSplitOutput sop)
           
 void PlanSetter.visit(LOSplitOutput op)
           
protected  void ProjectFixerUpper.visit(LOSplitOutput s)
           
protected  void ProjectionMapCalculator.visit(LOSplitOutput sop)
           
protected  void ProjectionMapRemover.visit(LOSplitOutput sop)
           
 

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

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

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

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



Copyright © ${year} The Apache Software Foundation