Uses of Class
org.apache.pig.impl.plan.ProjectionMap

Packages that use ProjectionMap
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.impl.plan   
 

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

Fields in org.apache.pig.impl.logicalLayer declared as ProjectionMap
protected  ProjectionMap LogicalOperator.mProjectionMap
          ProjectionMap of this operator.
 

Methods in org.apache.pig.impl.logicalLayer that return ProjectionMap
 ProjectionMap LOCogroup.getProjectionMap()
           
 ProjectionMap LOCross.getProjectionMap()
           
 ProjectionMap LODistinct.getProjectionMap()
           
 ProjectionMap LOFilter.getProjectionMap()
           
 ProjectionMap LOForEach.getProjectionMap()
           
 ProjectionMap LOJoin.getProjectionMap()
           
 ProjectionMap LOLimit.getProjectionMap()
           
 ProjectionMap LOLoad.getProjectionMap()
           
 ProjectionMap LOSort.getProjectionMap()
           
 ProjectionMap LOSplit.getProjectionMap()
           
 ProjectionMap LOSplitOutput.getProjectionMap()
           
 ProjectionMap LOStore.getProjectionMap()
           
 ProjectionMap LOStream.getProjectionMap()
           
 ProjectionMap LOUnion.getProjectionMap()
           
 ProjectionMap RelationalOperator.getProjectionMap()
          Produce a map describing how this operator modifies its projection.
 ProjectionMap RelationalOperator.regenerateProjectionMap()
          Regenerate the projection map by unsetting and getting the projection map
 

Uses of ProjectionMap in org.apache.pig.impl.plan
 

Methods in org.apache.pig.impl.plan that return ProjectionMap
 ProjectionMap Operator.getProjectionMap()
          Produce a map describing how this operator modifies its projection.
 ProjectionMap Operator.regenerateProjectionMap()
          Regenerate the projection map by unsetting and getting the projection map
 



Copyright © ${year} The Apache Software Foundation