|
Pull Up Method public writeBytes(source Slice, sourceIndex int, length int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public getSlice(position int, offset int, length int) : Slice from class com.facebook.presto.spi.block.Block |
From |
To |
|
Pull Up Method public writeBytes(source Slice, sourceIndex int, length int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public writeShort(value int) : BlockBuilder from class com.facebook.presto.spi.block.BlockBuilder |
From |
To |
|
Pull Up Method public writeDouble(value double) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public writeLong(value long) : BlockBuilder from class com.facebook.presto.spi.block.BlockBuilder |
From |
To |
|
Pull Up Method public writeDouble(value double) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public writeFloat(value float) : BlockBuilder from class com.facebook.presto.spi.block.BlockBuilder |
From |
To |
|
Pull Up Method public writeBytes(source Slice, sourceIndex int, length int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public writeInt(value int) : BlockBuilder from class com.facebook.presto.spi.block.BlockBuilder |
From |
To |
|
Pull Up Method public writeShort(value int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public getShort(position int, offset int) : short from class com.facebook.presto.spi.block.Block |
From |
To |
|
Pull Up Method public writeBytes(source Slice, sourceIndex int, length int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public hash(position int, offset int, length int) : long from class com.facebook.presto.spi.block.Block |
From |
To |
|
Pull Up Method public writeByte(value int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public getByte(position int, offset int) : byte from class com.facebook.presto.spi.block.Block |
From |
To |
|
Pull Up Method public writeBytes(source Slice, sourceIndex int, length int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public bytesCompare(position int, offset int, length int, otherSlice Slice, otherOffset int, otherLength int) : int from class com.facebook.presto.spi.block.Block |
From |
To |
|
Pull Up Method public writeBytes(source Slice, sourceIndex int, length int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public writeBytes(source Slice, sourceIndex int, length int) : BlockBuilder from class com.facebook.presto.spi.block.BlockBuilder |
From |
To |
|
Pull Up Method public writeInt(value int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public getInt(position int, offset int) : int from class com.facebook.presto.spi.block.Block |
From |
To |
|
Pull Up Method public writeDouble(value double) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public writeDouble(value double) : BlockBuilder from class com.facebook.presto.spi.block.BlockBuilder |
From |
To |
|
Pull Up Method public writeBytes(source Slice, sourceIndex int, length int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public writeBytesTo(position int, offset int, length int, blockBuilder BlockBuilder) : void from class com.facebook.presto.spi.block.Block |
From |
To |
|
Pull Up Method public writeBytes(source Slice, sourceIndex int, length int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public writeByte(value int) : BlockBuilder from class com.facebook.presto.spi.block.BlockBuilder |
From |
To |
|
Pull Up Method public writeBytes(source Slice, sourceIndex int, length int) : BlockBuilder from class com.facebook.presto.spi.block.ArrayBlockBuilder to public compareTo(leftPosition int, leftOffset int, leftLength int, rightBlock Block, rightPosition int, rightOffset int, rightLength int) : int from class com.facebook.presto.spi.block.Block |
From |
To |
|
Change Return Type BlockBuilder to int in method public bytesCompare(position int, offset int, length int, otherSlice Slice, otherOffset int, otherLength int) : int in class com.facebook.presto.spi.block.Block |
From |
To |
|
Change Return Type BlockBuilder to int in method public compareTo(leftPosition int, leftOffset int, leftLength int, rightBlock Block, rightPosition int, rightOffset int, rightLength int) : int in class com.facebook.presto.spi.block.Block |
From |
To |
|
Change Return Type BlockBuilder to byte in method public getByte(position int, offset int) : byte in class com.facebook.presto.spi.block.Block |
From |
To |
|
Change Return Type BlockBuilder to long in method public hash(position int, offset int, length int) : long in class com.facebook.presto.spi.block.Block |
From |
To |
|
Change Return Type BlockBuilder to void in method public writeBytesTo(position int, offset int, length int, blockBuilder BlockBuilder) : void in class com.facebook.presto.spi.block.Block |
From |
To |
|
Change Return Type BlockBuilder to Slice in method public getSlice(position int, offset int, length int) : Slice in class com.facebook.presto.spi.block.Block |
From |
To |
|
Change Return Type BlockBuilder to int in method public getInt(position int, offset int) : int in class com.facebook.presto.spi.block.Block |
From |
To |
|
Change Return Type BlockBuilder to short in method public getShort(position int, offset int) : short in class com.facebook.presto.spi.block.Block |
From |
To |
|
Rename Parameter source : Slice to otherSlice : Slice in method public bytesCompare(position int, offset int, length int, otherSlice Slice, otherOffset int, otherLength int) : int in class com.facebook.presto.spi.block.Block |
From |
To |
|
Rename Parameter v : float to value : float in method public writeFloat(value float) : BlockBuilder in class com.facebook.presto.spi.block.BlockBuilder |
From |
To |
|
Rename Parameter sourceIndex : int to value : int in method public writeByte(value int) : BlockBuilder in class com.facebook.presto.spi.block.BlockBuilder |
From |
To |
|
Rename Parameter sourceIndex : int to value : int in method public writeShort(value int) : BlockBuilder in class com.facebook.presto.spi.block.BlockBuilder |
From |
To |
|
Rename Parameter sourceIndex : int to value : int in method public writeInt(value int) : BlockBuilder in class com.facebook.presto.spi.block.BlockBuilder |
From |
To |