Modifier and Type | Field and Description |
---|---|
protected POPackage |
PigGenericMapReduce.Reduce.pack |
Modifier and Type | Method and Description |
---|---|
abstract POPackage |
PigGenericMapReduce.Reduce.getPack(org.apache.hadoop.mapreduce.Reducer.Context context) |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.hadoop.mapreduce.Reducer.Context |
PigGenericMapReduce.Reduce.getIllustratorContext(org.apache.hadoop.mapred.jobcontrol.Job job,
java.util.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) |
Modifier and Type | Method and Description |
---|---|
void |
PlanPrinter.visitPackage(POPackage op) |
void |
PhyPlanVisitor.visitPackage(POPackage pkg) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
POPackage |
POPackage.clone()
Make a deep copy of this operator.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<POPackage> |
POMultiQueryPackage.getPackages()
Returns the list of packages.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
PhysicalPlanResetter.visitPackage(POPackage pkg) |
void |
IllustratorAttacher.visitPackage(POPackage pkg) |
Copyright © 2007-2012 The Apache Software Foundation