c92d9200707c1065358093ab6122ee21858608a9
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testRowNumberPartitionedLimit() : void renamed to public testRowNumberLimit() : void in class com.facebook.presto.tests.AbstractTestQueries | From | To | |
| Rename Method public visitFilter(node FilterNode, context RewriteContext<Constraint>) : PlanNode renamed to public visitWindow(node WindowNode, context RewriteContext<Void>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.WindowFilterPushDown.Rewriter | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type context : RewriteContext<Constraint> to context : RewriteContext<Void> in method public visitWindow(node WindowNode, context RewriteContext<Void>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.WindowFilterPushDown.Rewriter | From | To | |
| Change Parameter Type node : FilterNode to node : WindowNode in method public visitWindow(node WindowNode, context RewriteContext<Void>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.WindowFilterPushDown.Rewriter | From | To | |
| Move Method | 1 | ||
| Move Method private isRowNumberSignature(signature Signature) : boolean from class com.facebook.presto.sql.planner.optimizations.WindowFilterPushDown to private isRowNumberSignature(signature Signature) : boolean from class com.facebook.presto.sql.planner.optimizations.WindowFilterPushDown.Rewriter | From | To |