6ae5918fc6cae7dc7ce2f43d9409a9fe8eebd027
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 8
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 2 | ||
| Move And Rename Method public window(specification ExpectedValueProvider<WindowNode.Specification>, assignments Map<String,ExpectedValueProvider<FunctionCall>>, source PlanMatchPattern) : PlanMatchPattern from class com.facebook.presto.sql.planner.assertions.PlanMatchPattern to package build() : PlanMatchPattern from class com.facebook.presto.sql.planner.assertions.WindowMatcher.Builder | From | To | |
| Move And Rename Method public window(specification ExpectedValueProvider<WindowNode.Specification>, windowFunctions List<ExpectedValueProvider<FunctionCall>>, source PlanMatchPattern) : PlanMatchPattern from class com.facebook.presto.sql.planner.assertions.PlanMatchPattern to package build() : PlanMatchPattern from class com.facebook.presto.sql.planner.assertions.WindowMatcher.Builder | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type specification : ExpectedValueProvider<WindowNode.Specification> to specification : Optional<ExpectedValueProvider<WindowNode.Specification>> in class com.facebook.presto.sql.planner.assertions.WindowMatcher | From | To |