071946382c4ddd7dd22b8bbdf552a2b657f8794d
Files Diff
- Added: 2
 - Removed: 0
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public createMetricComparisons(queryPlan Plan, estimates Map<PlanNodeId,PlanNodeStatsEstimate>, outputStageInfo StageInfo) : List<MetricComparison> renamed to private getEstimatedValues(metrics List<Metric>, outputNodeStatisticsEstimates PlanNodeStatsEstimate, statsContext StatsContext) : List<OptionalDouble> in class com.facebook.presto.tests.statistics.MetricComparator | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<MetricComparison> to List<OptionalDouble> in method private getEstimatedValues(metrics List<Metric>, outputNodeStatisticsEstimates PlanNodeStatsEstimate, statsContext StatsContext) : List<OptionalDouble> in class com.facebook.presto.tests.statistics.MetricComparator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute estimatedCost : Optional<Double> to estimatedValue : OptionalDouble in class com.facebook.presto.tests.statistics.MetricComparison | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type estimatedCost : Optional<Double> to estimatedValue : OptionalDouble in class com.facebook.presto.tests.statistics.MetricComparison | From | To |