0de234445b4e95653ed0ff723c29826e3198677e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 3 | ||
Extract Variable typesBuilder : ImmutableList.Builder<Type> in method public UnnestOperatorFactory(operatorId int, replicateChannels List<Integer>, replicateTypes List<Type>, unnestChannels List<Integer>, unnestTypes List<Type>, withOrdinality boolean) from class com.facebook.presto.operator.UnnestOperator.UnnestOperatorFactory | From | To | |
Extract Variable outputTypesBuilder : ImmutableList.Builder<Type> in method public UnnestOperator(operatorContext OperatorContext, replicateChannels List<Integer>, replicateTypes List<Type>, unnestChannels List<Integer>, unnestTypes List<Type>, withOrdinality boolean) from class com.facebook.presto.operator.UnnestOperator | From | To | |
Extract Variable outputSymbolsBuilder : ImmutableList.Builder<Symbol> in method public getOutputSymbols() : List<Symbol> from class com.facebook.presto.sql.planner.plan.UnnestNode | From | To |