2f90d7a3166b820ab8f60258505da395bc67b05f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type implementations : ParametricImplementationsGroup to implementations : ParametricImplementationsGroup<AggregationImplementation> in method public ParametricAggregation(signature Signature, details AggregationHeader, implementations ParametricImplementationsGroup<AggregationImplementation>) in class com.facebook.presto.operator.aggregation.ParametricAggregation | From | To | |
Extract Method | 1 | ||
Extract Method private createSignature(name String, typeVariableConstraints List<TypeVariableConstraint>, longVariableConstraints List<LongVariableConstraint>, returnType TypeSignature, argumentTypes List<TypeSignature>, kind FunctionKind) : Signature extracted from protected SqlAggregationFunction(name String, typeVariableConstraints List<TypeVariableConstraint>, longVariableConstraints List<LongVariableConstraint>, returnType TypeSignature, argumentTypes List<TypeSignature>, kind FunctionKind) in class com.facebook.presto.metadata.SqlAggregationFunction | From | To |