|
Rename Method private generateCompareMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, types List<Type>, channelFields List<FieldDefinition>, sortChannel Optional<SortExpression>) : void renamed to private generateCompareSortChannelPositionsMethod(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, types List<Type>, channelFields List<FieldDefinition>, sortChannel Optional<SortExpression>) : void in class com.facebook.presto.sql.gen.JoinCompiler |
From |
To |
|
Rename Method public compare(leftBlockIndex int, leftBlockPosition int, rightBlockIndex int, rightBlockPosition int) : int renamed to public compareSortChannelPositions(leftBlockIndex int, leftBlockPosition int, rightBlockIndex int, rightBlockPosition int) : int in class com.facebook.presto.operator.PagesHashStrategy |
From |
To |
|
Rename Method public compare(leftBlockIndex int, leftBlockPosition int, rightBlockIndex int, rightBlockPosition int) : int renamed to public compareSortChannelPositions(leftBlockIndex int, leftBlockPosition int, rightBlockIndex int, rightBlockPosition int) : int in class com.facebook.presto.operator.SimplePagesHashStrategy |
From |
To |