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,
List<PhysicalOperator> inp,
MultiMap<PhysicalOperator,PhysicalPlan> inpPlans,
List<List<Byte>> keyTypes,
LOJoin.JOINTYPE joinType,
Schema leftInputSchema,
Schema rightInputSchema,
Schema mergedInputSchema) |
Modifier and Type | Method and Description |
---|---|
MultiMap<OperatorKey,OperatorKey> |
SparkOperator.getMultiQueryOptimizeConnectionItem() |
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<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<Integer,ProjectionMap.Column> fields) |
Constructor and Description |
---|
ProjectionMap(MultiMap<Integer,ProjectionMap.Column> mapFields,
List<Pair<Integer,Integer>> removedFields,
List<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<Integer,LogicalExpressionPlan> |
LOJoin.getExpressionPlans()
Get all of the expressions plans that are in this join.
|
MultiMap<Integer,LogicalExpressionPlan> |
LOCube.getExpressionPlans() |
MultiMap<Integer,LogicalExpressionPlan> |
LOCogroup.getExpressionPlans() |
Modifier and Type | Method and Description |
---|---|
void |
LOCube.setExpressionPlans(MultiMap<Integer,LogicalExpressionPlan> plans) |
void |
LOCogroup.setExpressionPlans(MultiMap<Integer,LogicalExpressionPlan> plans) |
void |
LOJoin.setJoinPlans(MultiMap<Integer,LogicalExpressionPlan> joinPlans) |
Constructor and Description |
---|
LOCogroup(OperatorPlan plan,
MultiMap<Integer,LogicalExpressionPlan> expressionPlans,
boolean[] isInner) |
LOCogroup(OperatorPlan plan,
MultiMap<Integer,LogicalExpressionPlan> expressionPlans,
LOCogroup.GROUPTYPE groupType,
boolean[] isInner) |
LOCube(OperatorPlan plan,
MultiMap<Integer,LogicalExpressionPlan> expressionPlans) |
LOJoin(LogicalPlan plan,
MultiMap<Integer,LogicalExpressionPlan> joinPlans,
LOJoin.JOINTYPE jt,
boolean[] isInner) |
Copyright © 2007-2017 The Apache Software Foundation