Modifier and Type | Field and Description |
---|---|
MultiMap<PhysicalOperator,PhysicalOperator> |
MapReduceOper.phyToMRMap |
Modifier and Type | Method and Description |
---|---|
void |
PhysicalPlan.setOpMap(MultiMap<PhysicalOperator,PhysicalOperator> opmap) |
Modifier and Type | Method and Description |
---|---|
MultiMap<PhysicalOperator,PhysicalPlan> |
POSkewedJoin.getJoinPlans() |
Modifier and Type | Method and Description |
---|---|
void |
POSkewedJoin.setJoinPlans(MultiMap<PhysicalOperator,PhysicalPlan> joinPlans) |
Constructor and Description |
---|
POMergeJoin(OperatorKey k,
int rp,
java.util.List<PhysicalOperator> inp,
MultiMap<PhysicalOperator,PhysicalPlan> inpPlans,
java.util.List<java.util.List<java.lang.Byte>> keyTypes,
LOJoin.JOINTYPE joinType,
Schema leftInputSchema,
Schema rightInputSchema,
Schema mergedInputSchema) |
Modifier and Type | Field and Description |
---|---|
protected MultiMap<E,E> |
OperatorPlan.mFromEdges |
protected MultiMap<E,E> |
OperatorPlan.mSoftFromEdges |
protected MultiMap<E,E> |
OperatorPlan.mSoftToEdges |
protected MultiMap<E,E> |
OperatorPlan.mToEdges |
Modifier and Type | Method and Description |
---|---|
MultiMap<java.lang.Integer,ProjectionMap.Column> |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected void |
DotPlanDumper.dumpMultiInputNestedOperator(E op,
MultiMap<E,S> plans) |
void |
ProjectionMap.setMappedFields(MultiMap<java.lang.Integer,ProjectionMap.Column> fields) |
Constructor and Description |
---|
ProjectionMap(MultiMap<java.lang.Integer,ProjectionMap.Column> mapFields,
java.util.List<Pair<java.lang.Integer,java.lang.Integer>> removedFields,
java.util.List<java.lang.Integer> addedFields) |
Modifier and Type | Class and Description |
---|---|
class |
LinkedMultiMap<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
PlanEdge |
Modifier and Type | Method and Description |
---|---|
protected MultiMap<Operator,BaseOperatorPlan> |
PlanDumper.getMultiInputNestedPlans(Operator op)
Used to determine if an operator has nested plans, which are
connected to specific input operators.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PlanDumper.dumpMultiInputNestedOperator(Operator op,
MultiMap<Operator,BaseOperatorPlan> plans)
Will be called when an operator has nested plans, which are
connected to one of the multiple inputs.
|
protected void |
DotPlanDumper.dumpMultiInputNestedOperator(Operator op,
MultiMap<Operator,BaseOperatorPlan> plans) |
Modifier and Type | Method and Description |
---|---|
protected MultiMap<Operator,BaseOperatorPlan> |
DotLOPrinter.getMultiInputNestedPlans(Operator op) |
Modifier and Type | Method and Description |
---|---|
MultiMap<java.lang.Integer,LogicalExpressionPlan> |
LOJoin.getExpressionPlans()
Get all of the expressions plans that are in this join.
|
MultiMap<java.lang.Integer,LogicalExpressionPlan> |
LOCube.getExpressionPlans() |
MultiMap<java.lang.Integer,LogicalExpressionPlan> |
LOCogroup.getExpressionPlans() |
Modifier and Type | Method and Description |
---|---|
void |
LOCube.setExpressionPlans(MultiMap<java.lang.Integer,LogicalExpressionPlan> plans) |
void |
LOCogroup.setExpressionPlans(MultiMap<java.lang.Integer,LogicalExpressionPlan> plans) |
void |
LOJoin.setJoinPlans(MultiMap<java.lang.Integer,LogicalExpressionPlan> joinPlans) |
Constructor and Description |
---|
LOCogroup(OperatorPlan plan,
MultiMap<java.lang.Integer,LogicalExpressionPlan> expressionPlans,
boolean[] isInner) |
LOCogroup(OperatorPlan plan,
MultiMap<java.lang.Integer,LogicalExpressionPlan> expressionPlans,
LOCogroup.GROUPTYPE groupType,
boolean[] isInner) |
LOCube(OperatorPlan plan,
MultiMap<java.lang.Integer,LogicalExpressionPlan> expressionPlans) |
LOJoin(LogicalPlan plan,
MultiMap<java.lang.Integer,LogicalExpressionPlan> joinPlans,
LOJoin.JOINTYPE jt,
boolean[] isInner) |
Copyright © 2007-2012 The Apache Software Foundation