5d6d09d6e948577ee9d6eff99541569588528e1e
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable postInnerJoinComparisons : List<Expression> to postInnerJoinConditions : List<Expression> in method protected visitJoin(node Join, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner | From | To | |
| Rename Variable rightExpressions : List<Expression> to rightComparisonExpressions : List<Expression> in method protected visitJoin(node Join, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner | From | To | |
| Extract Variable | 4 | ||
| Extract Variable secondExpression : Expression in method protected visitJoin(node Join, context Void) : RelationPlan from class com.facebook.presto.sql.planner.RelationPlanner | From | To | |
| Extract Variable conjunctFirst : Expression in method protected visitJoin(node Join, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
| Extract Variable firstExpression : Expression in method protected visitJoin(node Join, context Void) : RelationPlan from class com.facebook.presto.sql.planner.RelationPlanner | From | To | |
| Extract Variable conjunctSecond : Expression in method protected visitJoin(node Join, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
| Extract Method | 1 | ||
| Extract Method private isEqualComparisonExpression(conjunct Expression) : boolean extracted from protected visitJoin(node Join, context Void) : RelationPlan in class com.facebook.presto.sql.planner.RelationPlanner | From | To |