8c770dd2ac9225b40af19e9466f111641dff9888
Files Diff
- Added: 6
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class com.facebook.presto.sql.planner.iterative.rule.SingleMarkDistinctToGroupBy renamed to com.facebook.presto.sql.planner.iterative.rule.SingleDistinctAggregationToGroupBy | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable aggregations : Collection<Aggregation> to aggregation : AggregationNode in method private extractArgumentSets(aggregation AggregationNode) : Stream<Set<Expression>> in class com.facebook.presto.sql.planner.iterative.rule.SingleDistinctAggregationToGroupBy | From | To | |
Change Variable Type | 1 | ||
Change Variable Type aggregations : Collection<Aggregation> to aggregation : AggregationNode in method private extractArgumentSets(aggregation AggregationNode) : Stream<Set<Expression>> in class com.facebook.presto.sql.planner.iterative.rule.SingleDistinctAggregationToGroupBy | From | To | |
Extract Method | 1 | ||
Extract Method private extractArgumentSets(aggregation AggregationNode) : Stream<Set<Expression>> extracted from public apply(parent AggregationNode, captures Captures, context Context) : Result in class com.facebook.presto.sql.planner.iterative.rule.SingleDistinctAggregationToGroupBy | From | To | |
Inline Variable | 1 | ||
Inline Variable marker : Optional<Symbol> in method private aggregate(subPlan PlanBuilder, node QuerySpecification) : PlanBuilder from class com.facebook.presto.sql.planner.QueryPlanner | From | To | |
Rename Parameter | 1 | ||
Rename Parameter parent : AggregationNode to aggregation : AggregationNode in method public apply(aggregation AggregationNode, captures Captures, context Context) : Result in class com.facebook.presto.sql.planner.iterative.rule.SingleDistinctAggregationToGroupBy | From | To |