d005cac37de470c1b86cde8f3edbfd7e80c48802
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getOffset() : int renamed to public getRowIndex() : int in class com.facebook.presto.spi.block.SingleRowBlock | From | To | |
Rename Variable | 1 | ||
Rename Variable fieldOffset : int to rowIndex : int in method public writeBlock(sliceOutput SliceOutput, block Block) : void in class com.facebook.presto.spi.block.SingleRowBlockEncoding | From | To | |
Rename Parameter | 3 | ||
Rename Parameter startOffset : int to rowIndex : int in method protected AbstractSingleRowBlock(rowIndex int) in class com.facebook.presto.spi.block.AbstractSingleRowBlock | From | To | |
Rename Parameter startOffset : int to rowIndex : int in method package SingleRowBlockWriter(rowIndex int, fieldBlockBuilders BlockBuilder[]) in class com.facebook.presto.spi.block.SingleRowBlockWriter | From | To | |
Rename Parameter cellOffset : int to rowIndex : int in method package SingleRowBlock(rowIndex int, fieldBlocks Block[]) in class com.facebook.presto.spi.block.SingleRowBlock | From | To |