|
Rename Method public visitValues(node ValuesNode, context Void) : PlanWithProperties renamed to private withDerivedProperties(node PlanNode, inputProperties ActualProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter |
From |
To |
|
Rename Method private withNewChildren(node PlanNode, properties ActualProperties, children List<PlanNode>) : PlanWithProperties renamed to private rebaseAndDeriveProperties(node PlanNode, children List<PlanWithProperties>) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter |
From |
To |
|
Rename Method private enforceWithPartial(child PlanWithProperties, requirements Requirements, makePartial Function<PlanNode,PlanNode>, makeFinal Function<PlanNode,PlanNode>) : PlanWithProperties renamed to public visitValues(node ValuesNode, preferred PreferredProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter |
From |
To |
|
Rename Method public visitAggregation(node AggregationNode, context Void) : PlanWithProperties renamed to private planAggregation(node AggregationNode, preferredChildProperties PreferredProperties, addExchange Function<PlanNode,PlanNode>) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter |
From |
To |
|
Change Parameter Type children : List<PlanNode> to children : List<PlanWithProperties> in method private rebaseAndDeriveProperties(node PlanNode, children List<PlanWithProperties>) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter |
From |
To |
|
Change Parameter Type node : ValuesNode to node : PlanNode in method private withDerivedProperties(node PlanNode, inputProperties ActualProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter |
From |
To |
|
Change Parameter Type context : Void to preferred : PreferredProperties in method public visitSemiJoin(node SemiJoinNode, preferred PreferredProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter |
From |
To |
|
Change Parameter Type context : Void to preferred : PreferredProperties in method public visitTableScan(node TableScanNode, preferred PreferredProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter |
From |
To |
|
Change Parameter Type context : Void to preferred : PreferredProperties in method public visitUnion(node UnionNode, preferred PreferredProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter |
From |
To |