13dca921353e7f397aa670a8b5f720d5de82b431
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private getComputedStatistics() : List<ComputedStatistics> inlined to public getOutput() : Page in class com.facebook.presto.operator.TableFinishOperator | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute statistics : ImmutableList.Builder<ComputedStatistics> to computedStatisticsBuilder : ImmutableList.Builder<ComputedStatistics> in method public getOutput() : Page in class com.facebook.presto.operator.TableFinishOperator | From | To |