ec2e8976ba9cd59f3990b8e46288b8a728065b07
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable orderByExpression : Expression to column : SingleColumn in method private extractNamedOutputExpressions(node QuerySpecification) : Multimap<QualifiedName,Expression> in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
| Rename Variable byAliasBuilder : ImmutableMultimap.Builder<QualifiedName,Expression> to assignments : ImmutableMultimap.Builder<QualifiedName,Expression> in method private extractNamedOutputExpressions(node QuerySpecification) : Multimap<QualifiedName,Expression> in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type orderByExpression : Expression to column : SingleColumn in method private extractNamedOutputExpressions(node QuerySpecification) : Multimap<QualifiedName,Expression> in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
| Extract Method | 1 | ||
| Extract Method private extractNamedOutputExpressions(node QuerySpecification) : Multimap<QualifiedName,Expression> extracted from private analyzeOrderBy(node QuerySpecification, sourceScope Scope, outputScope Scope, outputExpressions List<Expression>) : List<Expression> in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To |