|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public calculateLocalRepartitionCost(inputSizeInBytes double) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public visitJoin(node JoinNode, context Void) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges.ExchangeCostEstimator |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public visitSemiJoin(node SemiJoinNode, context Void) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges.ExchangeCostEstimator |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public calculateRemoteGatherCost(inputSizeInBytes double) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method private calculateJoinExchangeCost(probe PlanNode, build PlanNode, stats StatsProvider, types TypeProvider, replicated boolean, estimatedSourceDistributedTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public calculateRemoteReplicateCost(inputSizeInBytes double, destinationTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public calculateJoinCostWithoutOutput(probe PlanNode, build PlanNode, stats StatsProvider, types TypeProvider, replicated boolean, estimatedSourceDistributedTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public visitSpatialJoin(node SpatialJoinNode, context Void) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges.ExchangeCostEstimator |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method protected visitPlan(node PlanNode, context Void) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges.ExchangeCostEstimator |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public visitUnion(node UnionNode, context Void) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges.ExchangeCostEstimator |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public calculateJoinInputCost(probe PlanNode, build PlanNode, stats StatsProvider, types TypeProvider, replicated boolean, estimatedSourceDistributedTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public visitAggregation(node AggregationNode, context Void) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges.ExchangeCostEstimator |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public visitGroupReference(node GroupReference, context Void) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges.ExchangeCostEstimator |
From |
To |
|
Change Return Type PlanCostEstimate to LocalCostEstimate in method public calculateRemoteRepartitionCost(inputSizeInBytes double) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Variable Type estimatedExchangeCost : PlanCostEstimate to estimatedExchangeCost : LocalCostEstimate in method public calculateCost(node PlanNode, stats StatsProvider, session Session, types TypeProvider) : PlanCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Variable Type exchangesCost : PlanCostEstimate to exchangesCost : LocalCostEstimate in method public calculateJoinCostWithoutOutput(probe PlanNode, build PlanNode, stats StatsProvider, types TypeProvider, replicated boolean, estimatedSourceDistributedTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Variable Type inputCost : PlanCostEstimate to inputCost : LocalCostEstimate in method public calculateJoinCostWithoutOutput(probe PlanNode, build PlanNode, stats StatsProvider, types TypeProvider, replicated boolean, estimatedSourceDistributedTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Variable Type replicateCost : PlanCostEstimate to replicateCost : LocalCostEstimate in method private calculateJoinExchangeCost(probe PlanNode, build PlanNode, stats StatsProvider, types TypeProvider, replicated boolean, estimatedSourceDistributedTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Variable Type probeCost : PlanCostEstimate to probeCost : LocalCostEstimate in method private calculateJoinExchangeCost(probe PlanNode, build PlanNode, stats StatsProvider, types TypeProvider, replicated boolean, estimatedSourceDistributedTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Variable Type cost : PlanCostEstimate to cost : LocalCostEstimate in method private getJoinNodeWithCost(context Context, possibleJoinNode JoinNode) : PlanNodeWithCost in class com.facebook.presto.sql.planner.iterative.rule.DetermineJoinDistributionType |
From |
To |
|
Change Variable Type localRepartitionCost : PlanCostEstimate to localRepartitionCost : LocalCostEstimate in method private calculateJoinExchangeCost(probe PlanNode, build PlanNode, stats StatsProvider, types TypeProvider, replicated boolean, estimatedSourceDistributedTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Variable Type joinInputCost : PlanCostEstimate to joinInputCost : LocalCostEstimate in method private calculateJoinCost(join PlanNode, probe PlanNode, build PlanNode, replicated boolean) : PlanCostEstimate in class com.facebook.presto.cost.CostCalculatorUsingExchanges.CostEstimator |
From |
To |
|
Change Variable Type remoteRepartitionCost : PlanCostEstimate to remoteRepartitionCost : LocalCostEstimate in method public visitAggregation(node AggregationNode, context Void) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges.ExchangeCostEstimator |
From |
To |
|
Change Variable Type cost : PlanCostEstimate to cost : LocalCostEstimate in method private getSemiJoinNodeWithCost(possibleJoinNode SemiJoinNode, context Context) : PlanNodeWithCost in class com.facebook.presto.sql.planner.iterative.rule.DetermineSemiJoinDistributionType |
From |
To |
|
Change Variable Type buildRemoteRepartitionCost : PlanCostEstimate to buildRemoteRepartitionCost : LocalCostEstimate in method private calculateJoinExchangeCost(probe PlanNode, build PlanNode, stats StatsProvider, types TypeProvider, replicated boolean, estimatedSourceDistributedTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Variable Type buildLocalRepartitionCost : PlanCostEstimate to buildLocalRepartitionCost : LocalCostEstimate in method private calculateJoinExchangeCost(probe PlanNode, build PlanNode, stats StatsProvider, types TypeProvider, replicated boolean, estimatedSourceDistributedTaskCount int) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges |
From |
To |
|
Change Variable Type localRepartitionCost : PlanCostEstimate to localRepartitionCost : LocalCostEstimate in method public visitAggregation(node AggregationNode, context Void) : LocalCostEstimate in class com.facebook.presto.cost.CostCalculatorWithEstimatedExchanges.ExchangeCostEstimator |
From |
To |