|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiMap | |
---|---|
org.apache.pig.impl.logicalLayer | The logical operators that represent a pig script and tools for manipulating those operators. |
org.apache.pig.impl.logicalLayer.schema | |
org.apache.pig.impl.logicalLayer.validators | |
org.apache.pig.impl.plan |
Uses of MultiMap in org.apache.pig.impl.logicalLayer |
---|
Methods in org.apache.pig.impl.logicalLayer that return MultiMap | |
---|---|
MultiMap<LogicalOperator,LogicalPlan> |
LOCogroup.getGroupByPlans()
|
MultiMap<LogicalOperator,LogicalPlan> |
LOFRJoin.getJoinColPlans()
|
protected MultiMap<LogicalOperator,LogicalPlan> |
DotLOPrinter.getMultiInputNestedPlans(LogicalOperator op)
|
Methods in org.apache.pig.impl.logicalLayer with parameters of type MultiMap | |
---|---|
void |
LOCogroup.setGroupByPlans(MultiMap<LogicalOperator,LogicalPlan> groupByPlans)
|
Constructors in org.apache.pig.impl.logicalLayer with parameters of type MultiMap | |
---|---|
LOCogroup(LogicalPlan plan,
OperatorKey k,
MultiMap<LogicalOperator,LogicalPlan> groupByPlans,
boolean[] isInner)
|
|
LOFRJoin(LogicalPlan plan,
OperatorKey k,
MultiMap<LogicalOperator,LogicalPlan> joinColPlans,
boolean[] isInner,
LogicalOperator fragOp)
|
Uses of MultiMap in org.apache.pig.impl.logicalLayer.schema |
---|
Methods in org.apache.pig.impl.logicalLayer.schema that return MultiMap | |
---|---|
MultiMap<LogicalOperator,String> |
Schema.FieldSchema.getReverseCanonicalMap()
|
Uses of MultiMap in org.apache.pig.impl.logicalLayer.validators |
---|
Fields in org.apache.pig.impl.logicalLayer.validators declared as MultiMap | |
---|---|
static MultiMap<Byte,Byte> |
TypeCheckingVisitor.castLookup
|
Uses of MultiMap in org.apache.pig.impl.plan |
---|
Fields in org.apache.pig.impl.plan declared as MultiMap | |
---|---|
protected MultiMap<E,E> |
OperatorPlan.mFromEdges
|
protected MultiMap<E,E> |
OperatorPlan.mToEdges
|
Methods in org.apache.pig.impl.plan that return MultiMap | |
---|---|
MultiMap<Integer,Pair<Integer,Integer>> |
ProjectionMap.getMappedFields()
|
protected MultiMap<E,S> |
PlanDumper.getMultiInputNestedPlans(E op)
Used to determine if an operator has nested plans, which are connected to specific input operators. |
Methods in org.apache.pig.impl.plan with parameters of type MultiMap | |
---|---|
protected void |
DotPlanDumper.dumpMultiInputNestedOperator(E op,
MultiMap<E,S> plans)
|
protected void |
PlanDumper.dumpMultiInputNestedOperator(E op,
MultiMap<E,S> plans)
Will be called when an operator has nested plans, which are connected to one of the multiple inputs. |
void |
ProjectionMap.setMappedFields(MultiMap<Integer,Pair<Integer,Integer>> fields)
|
Constructors in org.apache.pig.impl.plan with parameters of type MultiMap | |
---|---|
ProjectionMap(MultiMap<Integer,Pair<Integer,Integer>> mapFields,
List<Pair<Integer,Integer>> removedFields,
List<Integer> addedFields)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |