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 RelationalOperator.getProjectionMap()
          Produce a map describing how this operator modifies its projection.
 ProjectionMap LOUnion.getProjectionMap()
           
 ProjectionMap LOStream.getProjectionMap()
           
 ProjectionMap LOStore.getProjectionMap()
           
 ProjectionMap LOSplitOutput.getProjectionMap()
           
 ProjectionMap LOSplit.getProjectionMap()
           
 ProjectionMap LOSort.getProjectionMap()
           
 ProjectionMap LOLoad.getProjectionMap()
           
 ProjectionMap LOLimit.getProjectionMap()
           
 ProjectionMap LOJoin.getProjectionMap()
           
 ProjectionMap LOForEach.getProjectionMap()
           
 ProjectionMap LOFilter.getProjectionMap()
           
 ProjectionMap LODistinct.getProjectionMap()
           
 ProjectionMap LOCross.getProjectionMap()
           
 ProjectionMap LOCogroup.getProjectionMap()
           
 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