82ccf2684ae194e0c97b9fa3e8a75035c4fdf107
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type valueIsNull : boolean[] to valueIsNull : Slice in method public VariableWidthBlock(positionCount int, slice Slice, offsets int[], valueIsNull Slice) in class com.facebook.presto.spi.block.VariableWidthBlock | From | To | |
Change Parameter Type valueIsNull : boolean[] to valueIsNull : Slice in method public FixedWidthBlock(fixedSize int, positionCount int, slice Slice, valueIsNull Slice) in class com.facebook.presto.spi.block.FixedWidthBlock | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type valueIsNull : boolean[] to valueIsNull : Slice in class com.facebook.presto.spi.block.FixedWidthBlock | From | To | |
Change Attribute Type valueIsNull : boolean[] to valueIsNull : SliceOutput in class com.facebook.presto.spi.block.VariableWidthBlockBuilder | From | To | |
Change Attribute Type valueIsNull : boolean[] to valueIsNull : Slice in class com.facebook.presto.spi.block.VariableWidthBlock | From | To | |
Change Attribute Type valueIsNull : boolean[] to valueIsNull : SliceOutput in class com.facebook.presto.spi.block.FixedWidthBlockBuilder | From | To |