|
Rename Method private calculateCumulativeCost(node PlanNode, costCalculator CostCalculator, statsCalculator StatsCalculator, types Map<String,Type>) : PlanCostEstimate renamed to private calculateCost(node PlanNode, costCalculator CostCalculator, statsCalculator StatsCalculator, types Map<String,Type>) : PlanCostEstimate in class com.facebook.presto.cost.TestCostCalculator |
From |
To |
|
Rename Method public getCumulativeCost(node PlanNode) : PlanCostEstimate renamed to public getCost(node PlanNode) : PlanCostEstimate in class com.facebook.presto.cost.TestCostCalculator.TestingCostProvider |
From |
To |
|
Rename Method private calculateCumulativeCostFragmentedPlan(node PlanNode, statsCalculator StatsCalculator, types Map<String,Type>) : PlanCostEstimate renamed to private calculateCostFragmentedPlan(node PlanNode, statsCalculator StatsCalculator, types Map<String,Type>) : PlanCostEstimate in class com.facebook.presto.cost.TestCostCalculator |
From |
To |
|
Rename Method public getCumulativeCost(node PlanNode) : PlanCostEstimate renamed to public getCost(node PlanNode) : PlanCostEstimate in class com.facebook.presto.cost.CostProvider |
From |
To |
|
Rename Method private calculateCumulativeCost(node PlanNode) : PlanCostEstimate renamed to private calculateCost(node PlanNode) : PlanCostEstimate in class com.facebook.presto.cost.CachingCostProvider |
From |
To |
|
Rename Method private calculateCumulativeCost(costCalculator CostCalculator, node PlanNode, costs Function<PlanNode,PlanCostEstimate>, stats Function<PlanNode,PlanNodeStatsEstimate>, types Map<String,Type>) : PlanCostEstimate renamed to private calculateCost(costCalculator CostCalculator, node PlanNode, costs Function<PlanNode,PlanCostEstimate>, stats Function<PlanNode,PlanNodeStatsEstimate>, types Map<String,Type>) : PlanCostEstimate in class com.facebook.presto.cost.TestCostCalculator |
From |
To |
|
Rename Method public getCumulativeCost(node PlanNode) : PlanCostEstimate renamed to public getCost(node PlanNode) : PlanCostEstimate in class com.facebook.presto.cost.CachingCostProvider |
From |
To |
|
Rename Method public getCumulativeCost(group int) : Optional<PlanCostEstimate> renamed to public getCost(group int) : Optional<PlanCostEstimate> in class com.facebook.presto.sql.planner.iterative.Memo |
From |
To |