2d185a4ca61c113a507ea54b3c23fec8e95e4a2a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable item : SortItem to expression : Expression in method private analyzeAggregations(node QuerySpecification, scope Scope, groupingSets List<List<Expression>>, columnReferences Set<Expression>, expressions List<Expression>) : void in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
Inline Method | 1 | ||
Inline Method private extractAggregates(node QuerySpecification) : List<FunctionCall> inlined to private analyzeAggregations(node QuerySpecification, scope Scope, groupingSets List<List<Expression>>, columnReferences Set<Expression>, expressions List<Expression>) : void in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type item : SortItem to expression : Expression in method private analyzeAggregations(node QuerySpecification, scope Scope, groupingSets List<List<Expression>>, columnReferences Set<Expression>, expressions List<Expression>) : void in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
Inline Variable | 1 | ||
Inline Variable aggregates : List<FunctionCall> in method private extractAggregates(node QuerySpecification) : List<FunctionCall> from class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter outputExpressions : List<Expression> to expressions : List<Expression> in method private analyzeAggregations(node QuerySpecification, scope Scope, groupingSets List<List<Expression>>, columnReferences Set<Expression>, expressions List<Expression>) : void in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To |