49488fd66329a8074ef07e196935f098cc8c4645
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public estimateIndexBytesPerValue(dictionaryEntries int) : int from class com.facebook.presto.orc.TestDictionaryCompressionOptimizer.TestDictionaryColumn to public estimateIndexBytesPerValue(dictionaryEntries int) : int from class com.facebook.presto.orc.DictionaryCompressionOptimizer | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute tempDictionaryIdInputStream : LongInputStream to values : IntBigArray in method public tryConvertToDirect(maxDirectBytes int) : OptionalInt in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tempDictionaryIdInputStream : LongInputStream to values : IntBigArray in method public tryConvertToDirect(maxDirectBytes int) : OptionalInt in class com.facebook.presto.orc.writer.SliceDictionaryColumnWriter | From | To |