30340ae10cda4efb91ff57ff58583f78759b4b3d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable channel : int to i : int in method private generateNextPage() : Page in class com.facebook.presto.operator.GroupIdOperator | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Symbol> to Set<Symbol> in method public getInputSymbols() : Set<Symbol> in class com.facebook.presto.sql.planner.plan.GroupIdNode | From | To | |
Rename Attribute | 2 | ||
Rename Attribute inputSymbols : List<Symbol> to identityMappings : Map<Symbol,Symbol> in class com.facebook.presto.sql.planner.plan.GroupIdNode | From | To | |
Rename Attribute inputTypes : List<Type> to groupingChannels : List<Integer> in class com.facebook.presto.operator.GroupIdOperator.GroupIdOperatorFactory | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type inputSymbols : List<Symbol> to identityMappings : Map<Symbol,Symbol> in class com.facebook.presto.sql.planner.plan.GroupIdNode | From | To | |
Change Attribute Type inputTypes : List<Type> to groupingChannels : List<Integer> in class com.facebook.presto.operator.GroupIdOperator.GroupIdOperatorFactory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter inputTypes : List<? extends Type> to outputTypes : List<? extends Type> in method public GroupIdOperatorFactory(operatorId int, planNodeId PlanNodeId, outputTypes List<? extends Type>, groupingSetChannels List<List<Integer>>, groupingChannels List<Integer>, copyChannels List<Integer>) in class com.facebook.presto.operator.GroupIdOperator.GroupIdOperatorFactory | From | To |