|
Move And Rename Method public getByte(position int, offset int) : byte from class com.facebook.presto.spi.block.ByteArrayBlock to public getInt(position int) : int from class com.facebook.presto.spi.block.IntArrayBlock |
From |
To |
|
Move And Rename Method public getInt(position int, offset int) : int from class com.facebook.presto.spi.block.IntArrayBlock to public getByte(position int) : byte from class com.facebook.presto.spi.block.ByteArrayBlock |
From |
To |
|
Move And Rename Method public getShort(position int, offset int) : short from class com.facebook.presto.spi.block.ShortArrayBlockBuilder to public getByte(position int) : byte from class com.facebook.presto.spi.block.ByteArrayBlockBuilder |
From |
To |
|
Move And Rename Method public getByte(position int, offset int) : byte from class com.facebook.presto.spi.block.ByteArrayBlockBuilder to public getInt(position int) : int from class com.facebook.presto.spi.block.IntArrayBlockBuilder |
From |
To |
|
Move And Rename Method public getShort(position int, offset int) : short from class com.facebook.presto.spi.block.ShortArrayBlock to public getByte(position int) : byte from class com.facebook.presto.spi.block.ByteArrayBlock |
From |
To |
|
Move And Rename Method public getInt(position int, offset int) : int from class com.facebook.presto.spi.block.IntArrayBlockBuilder to public getByte(position int) : byte from class com.facebook.presto.spi.block.ByteArrayBlockBuilder |
From |
To |