53e45067b912688382dd8797f0b34b714bbea525
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testPushLimitThroughFullOuterJoin() : void renamed to public testDoesNotPushThroughFullOuterJoin() : void in class com.facebook.presto.sql.planner.iterative.rule.TestPushLimitThroughOuterJoin | From | To | |
Inline Method | 4 | ||
Inline Method private isLeftOrFullOuter(type Type) : boolean inlined to public apply(parent LimitNode, captures Captures, context Context) : Result in class com.facebook.presto.sql.planner.iterative.rule.PushLimitThroughOuterJoin | From | To | |
Inline Method private isRightOrFullOuter(type Type) : boolean inlined to public apply(parent LimitNode, captures Captures, context Context) : Result in class com.facebook.presto.sql.planner.iterative.rule.PushLimitThroughOuterJoin | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public isPushLimitThroughOuterJoin() : boolean extracted from public SystemSessionProperties(queryManagerConfig QueryManagerConfig, taskManagerConfig TaskManagerConfig, memoryManagerConfig MemoryManagerConfig, featuresConfig FeaturesConfig) in class com.facebook.presto.SystemSessionProperties & moved to class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To |