5b1bc2d5a69581ef8a1bec1199dade1527c8f033
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 6 | ||
Change Parameter Type extractor : Function<PlanNodeStatsEstimate,Estimate> to extractor : Function<PlanNodeStatsEstimate,Double> in method package Metric(extractor Function<PlanNodeStatsEstimate,Double>) in class com.facebook.presto.tests.statistics.Metric | From | To | |
Change Parameter Type outputSizeInBytes : Estimate to outputSizeInBytes : double in method private PlanNodeStatsEstimate(outputRowCount double, outputSizeInBytes double) in class com.facebook.presto.cost.PlanNodeStatsEstimate | From | To | |
Change Parameter Type outputRowCount : Estimate to outputRowCount : double in method public setOutputRowCount(outputRowCount double) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder | From | To | |
Change Parameter Type outputRowCount : Estimate to outputRowCount : double in method private PlanNodeStatsEstimate(outputRowCount double, outputSizeInBytes double) in class com.facebook.presto.cost.PlanNodeStatsEstimate | From | To | |
Change Parameter Type outputSizeInBytes : Estimate to outputSizeInBytes : double in method public setOutputSizeInBytes(outputSizeInBytes double) : Builder in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder | From | To | |
Change Parameter Type estimate : Estimate to value : double in method private asOptional(value double) : Optional<Double> in class com.facebook.presto.tests.statistics.MetricComparator | From | To | |
Change Return Type | 3 | ||
Change Return Type Estimate to double in method package getValue(stats PlanNodeStatsEstimate) : double in class com.facebook.presto.tests.statistics.Metric | From | To | |
Change Return Type Estimate to double in method public getOutputRowCount() : double in class com.facebook.presto.cost.PlanNodeStatsEstimate | From | To | |
Change Return Type Estimate to double in method public getOutputSizeInBytes() : double in class com.facebook.presto.cost.PlanNodeStatsEstimate | From | To | |
Change Variable Type | 2 | ||
Change Variable Type outputSizeInBytes : Estimate to outputSizeInBytes : double in method private formatPlanNodeStats(node PlanNode) : String in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter.Visitor | From | To | |
Change Variable Type outputRowCount : Estimate to outputRowCount : double in method private formatPlanNodeStats(node PlanNode) : String in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter.Visitor | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type outputRowCount : Estimate to outputRowCount : double in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder | From | To | |
Change Attribute Type extractor : Function<PlanNodeStatsEstimate,Estimate> to extractor : Function<PlanNodeStatsEstimate,Double> in class com.facebook.presto.tests.statistics.Metric | From | To | |
Change Attribute Type outputRowCount : Estimate to outputRowCount : double in class com.facebook.presto.cost.PlanNodeStatsEstimate | From | To | |
Change Attribute Type outputSizeInBytes : Estimate to outputSizeInBytes : double in class com.facebook.presto.cost.PlanNodeStatsEstimate.Builder | From | To | |
Change Attribute Type outputSizeInBytes : Estimate to outputSizeInBytes : double in class com.facebook.presto.cost.PlanNodeStatsEstimate | From | To | |
Rename Parameter | 1 | ||
Rename Parameter estimate : Estimate to value : double in method private asOptional(value double) : Optional<Double> in class com.facebook.presto.tests.statistics.MetricComparator | From | To |