080a6a124ad5c96712797ab106494e50b3b40cad
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getInputMetadata() : List<ParameterMetadata> renamed to public getValueInputMetadata() : List<ParameterMetadata> in class com.facebook.presto.operator.aggregation.AggregationMetadata | From | To | |
Rename Variable | 1 | ||
Rename Variable arguments : List<Integer> to valueChannels : List<Integer> in method private buildAccumulatorFactory(source PhysicalOperation, aggregation Aggregation) : AccumulatorFactory in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable i : int to index : int in method private verifyMethodParameterType(method MethodHandle, index int, javaType Class, sqlTypeDisplayName String) : void in class com.facebook.presto.operator.aggregation.AggregationMetadata | From | To | |
Extract Method | 1 | ||
Extract Method private verifyMethodParameterType(method MethodHandle, index int, javaType Class, sqlTypeDisplayName String) : void extracted from private verifyInputFunctionSignature(method MethodHandle, parameterMetadatas List<ParameterMetadata>, stateDescriptors List<AccumulatorStateDescriptor>) : void in class com.facebook.presto.operator.aggregation.AggregationMetadata | From | To | |
Rename Parameter | 2 | ||
Rename Parameter inputMetadata : List<ParameterMetadata> to valueInputMetadata : List<ParameterMetadata> in method public AggregationMetadata(name String, valueInputMetadata List<ParameterMetadata>, inputFunction MethodHandle, combineFunction MethodHandle, outputFunction MethodHandle, accumulatorStateDescriptors List<AccumulatorStateDescriptor>, outputType Type) in class com.facebook.presto.operator.aggregation.AggregationMetadata | From | To | |
Rename Parameter parameterMetadatas : List<ParameterMetadata> to dataChannelMetadata : List<ParameterMetadata> in method private verifyInputFunctionSignature(method MethodHandle, dataChannelMetadata List<ParameterMetadata>, lambdaInterfaces List<Class>, stateDescriptors List<AccumulatorStateDescriptor>) : void in class com.facebook.presto.operator.aggregation.AggregationMetadata | From | To |