252ee52b92770f35d7c0df69becc453c6dad6a0f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private createStatsRow(columnName Optional<String>, statisticsNames List<String>, columnStatisticsValues Map<String,Estimate>) : Row renamed to private createTableStatsRow(tableStatistics TableStatistics) : Row in class com.facebook.presto.sql.rewrite.ShowStatsRewrite.Visitor | From | To | |
Rename Attribute | 2 | ||
Rename Attribute statistics : Map<String,Estimate> to rowCount : Estimate in class com.facebook.presto.spi.statistics.TableStatistics | From | To | |
Rename Attribute statistics : Map<String,Estimate> to dataSize : Estimate in class com.facebook.presto.spi.statistics.ColumnStatistics | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type statistics : Map<String,Estimate> to rowCount : Estimate in class com.facebook.presto.spi.statistics.TableStatistics | From | To | |
Change Attribute Type statistics : Map<String,Estimate> to dataSize : Estimate in class com.facebook.presto.spi.statistics.ColumnStatistics | From | To |