Uses of Class
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POPackage

Packages that use POPackage
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.pen   
 

Uses of POPackage in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Fields in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer declared as POPackage
protected  POPackage PigGenericMapReduce.Reduce.pack
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type POPackage
abstract  org.apache.hadoop.mapreduce.Reducer.Context PigGenericMapReduce.Reduce.getIllustratorContext(org.apache.hadoop.mapred.jobcontrol.Job job, List<Pair<PigNullableWritable,org.apache.hadoop.io.Writable>> input, POPackage pkg)
          Get reducer's illustrator context
 void PhyPlanSetter.visitPackage(POPackage pkg)
           
 void MRCompiler.visitPackage(POPackage op)
           
 

Uses of POPackage in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans with parameters of type POPackage
 void PhyPlanVisitor.visitPackage(POPackage pkg)
           
 void PlanPrinter.visitPackage(POPackage op)
           
 

Uses of POPackage in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Subclasses of POPackage in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 class POCombinerPackage
          The package operator that packages the globally rearranged tuples into output format after the combiner stage.
 class POJoinPackage
           
 class POMultiQueryPackage
          The package operator that packages the globally rearranged tuples into output format as required by multi-query de-multiplexer.
 class POPackageLite
          This package operator is a specialization of POPackage operator used for the specific case of the order by query.
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return POPackage
 POPackage POPackage.clone()
          Make a deep copy of this operator.
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return types with arguments of type POPackage
 List<POPackage> POMultiQueryPackage.getPackages()
          Returns the list of packages.
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type POPackage
 void POMultiQueryPackage.addPackage(POPackage pack)
          Appends the specified package object to the end of the package list.
 void POMultiQueryPackage.addPackage(POPackage pack, byte mapKeyType)
          Appends the specified package object to the end of the package list.
 

Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type POPackage
POCombinerPackage(POPackage pkg, boolean[] bags)
          A new POPostCombinePackage will be constructed as a near clone of the provided POPackage.
POJoinPackage(OperatorKey k, int rp, POPackage p, POForEach f)
           
 

Uses of POPackage in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type POPackage
 void IllustratorAttacher.visitPackage(POPackage pkg)
           
 void PhysicalPlanResetter.visitPackage(POPackage pkg)
           
 



Copyright © ${year} The Apache Software Foundation