e6c0c6fbd3a24b2bd024e1288c852d81708224fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private computeIdentityMapping(symbols List<Symbol>, inputLayout Map<Symbol,Integer>, types Map<Symbol,Type>) : IdentityProjectionInfo renamed to private computeIdentityProjectionInfo(symbols List<Symbol>, inputLayout Map<Symbol,Integer>, types Map<Symbol,Type>) : IdentityProjectionInfo in class com.facebook.presto.sql.planner.LocalExecutionPlanner | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type projections : List<ProjectionFunction> to projections : List<RowExpression> in method public IdentityProjectionInfo(projections List<RowExpression>, outputLayout Map<Symbol,Integer>) in class com.facebook.presto.sql.planner.LocalExecutionPlanner.IdentityProjectionInfo | From | To | |
| Rename Variable | 2 | ||
| Rename Variable function : ProjectionFunction to expression : RowExpression in method private computeIdentityProjectionInfo(symbols List<Symbol>, inputLayout Map<Symbol,Integer>, types Map<Symbol,Type>) : IdentityProjectionInfo in class com.facebook.presto.sql.planner.LocalExecutionPlanner | From | To | |
| Rename Variable mappings : IdentityProjectionInfo to projectionInfo : IdentityProjectionInfo in method private enforceLayout(outputLayout List<Symbol>, context LocalExecutionPlanContext, physicalOperation PhysicalOperation) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<ProjectionFunction> to List<RowExpression> in method public getProjections() : List<RowExpression> in class com.facebook.presto.sql.planner.LocalExecutionPlanner.IdentityProjectionInfo | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute layout : Map<Symbol,Integer> to outputLayout : Map<Symbol,Integer> in class com.facebook.presto.sql.planner.LocalExecutionPlanner.IdentityProjectionInfo | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type projections : List<ProjectionFunction> to projections : List<RowExpression> in method private computeIdentityProjectionInfo(symbols List<Symbol>, inputLayout Map<Symbol,Integer>, types Map<Symbol,Type>) : IdentityProjectionInfo in class com.facebook.presto.sql.planner.LocalExecutionPlanner | From | To | |
| Change Variable Type function : ProjectionFunction to expression : RowExpression in method private computeIdentityProjectionInfo(symbols List<Symbol>, inputLayout Map<Symbol,Integer>, types Map<Symbol,Type>) : IdentityProjectionInfo in class com.facebook.presto.sql.planner.LocalExecutionPlanner | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type projections : List<ProjectionFunction> to projections : List<RowExpression> in class com.facebook.presto.sql.planner.LocalExecutionPlanner.IdentityProjectionInfo | From | To |