57e033eab701fdefd42773276d4451c3f71407a3
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type rightBlocks : Block[] to rightPage : Page in method private applyFilterFilterFunction(leftPosition int, rightPosition int, rightPage Page) : boolean in class com.facebook.presto.operator.InMemoryJoinHash | From | To | |
Move Method | 2 | ||
Move Method public applyFilterFunction(leftBlockIndex int, leftPosition int, rightPosition int, allRightBlocks Block[]) : boolean from class com.facebook.presto.operator.SimplePagesHashStrategy to public applyFilterFunction(leftBlockIndex int, leftPosition int, rightPosition int, allRightBlocks Block[]) : boolean from class com.facebook.presto.operator.StandardJoinFilterFunctionVerifier | From | To | |
Move Method private getLeftBlocks(leftBlockIndex int) : Block[] from class com.facebook.presto.operator.SimplePagesHashStrategy to private getLeftBlocks(leftBlockIndex int) : Block[] from class com.facebook.presto.operator.StandardJoinFilterFunctionVerifier | From | To | |
Inline Method | 1 | ||
Inline Method public createPagesHashStrategy(joinChannels List<Integer>, hashChannel Optional<Integer>, joinFilterFunction Optional<JoinFilterFunction>) : PagesHashStrategy inlined to public createPagesHashStrategy(joinChannels List<Integer>, hashChannel Optional<Integer>) : PagesHashStrategy in class com.facebook.presto.operator.PagesIndex | From | To | |
Move Attribute | 1 | ||
Move Attribute private EMPTY_BLOCK_ARRAY : Block[] from class com.facebook.presto.operator.SimplePagesHashStrategy to private EMPTY_BLOCK_ARRAY : Block[] from class com.facebook.presto.operator.StandardJoinFilterFunctionVerifier | From | To | |
Extract Class | 1 | ||
Extract Class com.facebook.presto.operator.StandardJoinFilterFunctionVerifier from class com.facebook.presto.operator.SimplePagesHashStrategy | From | To | |
Rename Parameter | 1 | ||
Rename Parameter rightBlocks : Block[] to rightPage : Page in method private applyFilterFilterFunction(leftPosition int, rightPosition int, rightPage Page) : boolean in class com.facebook.presto.operator.InMemoryJoinHash | From | To |