bd1e2a7c6c34c89c8af9bb950702381365fd8055
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 6 | ||
| Change Return Type int to long in method public getNonNullValueCount() : long in class com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumn | From | To | |
| Change Return Type int to long in method public getValueCount() : long in class com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumn | From | To | |
| Change Return Type int to long in method public getNonNullValueCount() : long in class com.facebook.presto.orc.TestDictionaryCompressionOptimizer.TestDictionaryColumn | From | To | |
| Change Return Type int to long in method public getValueCount() : long in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter | From | To | |
| Change Return Type int to long in method public getNonNullValueCount() : long in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter | From | To | |
| Change Return Type int to long in method public getValueCount() : long in class com.facebook.presto.orc.TestDictionaryCompressionOptimizer.TestDictionaryColumn | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type currentValueCount : int to currentValueCount : long in method public getDictionaryBytesPerFutureRow() : double in class com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumnManager | From | To | |
| Change Variable Type currentValueCount : int to currentValueCount : long in method public updateHistory(rowCount int) : void in class com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumnManager | From | To | |
| Change Attribute Type | 4 | ||
| Change Attribute Type pendingPastValueCount : int to pendingPastValueCount : long in class com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumnManager | From | To | |
| Change Attribute Type pastValueCount : int to pastValueCount : long in class com.facebook.presto.orc.DictionaryCompressionOptimizer.DictionaryColumnManager | From | To | |
| Change Attribute Type totalValueCount : int to totalValueCount : long in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter | From | To | |
| Change Attribute Type totalNonNullValueCount : int to totalNonNullValueCount : long in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter | From | To |