|
Change Parameter Type hashTables : Optional<int[]> to hashTables : int[] in method public createMapBlockInternal(typeManager TypeManager, keyType Type, startOffset int, positionCount int, mapIsNull Optional<boolean[]>, offsets int[], keyBlock Block, valueBlock Block, hashTables int[]) : Block in class com.facebook.presto.spi.type.MapType |
From |
To |
|
Change Parameter Type hashTables : Optional<int[]> to hashTables : int[] in method public createMapBlockInternal(startOffset int, positionCount int, mapIsNull Optional<boolean[]>, offsets int[], keyBlock Block, valueBlock Block, hashTables int[], keyType Type, keyBlockNativeEquals MethodHandle, keyNativeHashCode MethodHandle) : MapBlock in class com.facebook.presto.spi.block.MapBlock |
From |
To |
|
Change Parameter Type mapBlock : AbstractMapBlock to keyBlock : Block in method package SingleMapBlock(offset int, positionCount int, keyBlock Block, valueBlock Block, hashTable int[], keyType Type, keyNativeHashCode MethodHandle, keyBlockNativeEquals MethodHandle) in class com.facebook.presto.spi.block.SingleMapBlock |
From |
To |
|
Inline Variable previousAggregatedEntryCount : int in method private closeEntry(providedHashTable int[], providedHashTableOffset int) : BlockBuilder from class com.facebook.presto.spi.block.MapBlockBuilder |
From |
To |
|
Inline Variable hashTables : int[] in method public getSingleValueBlock(position int) : Block from class com.facebook.presto.spi.block.AbstractMapBlock |
From |
To |
|
Inline Variable aggregatedEntryCount : int in method private closeEntry(providedHashTable int[], providedHashTableOffset int) : BlockBuilder from class com.facebook.presto.spi.block.MapBlockBuilder |
From |
To |
|
Inline Variable hashTables : int[] in method public copyRegion(position int, length int) : Block from class com.facebook.presto.spi.block.AbstractMapBlock |
From |
To |
|
Inline Variable hashTableLength : int in method public readBlock(blockEncodingSerde BlockEncodingSerde, sliceInput SliceInput) : Block from class com.facebook.presto.spi.block.SingleMapBlockEncoding |
From |
To |
|
Inline Variable hashTableLength : int in method public readBlock(blockEncodingSerde BlockEncodingSerde, sliceInput SliceInput) : Block from class com.facebook.presto.spi.block.MapBlockEncoding |
From |
To |