add53978effbcf15e412c71895f9bc21e2902913
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type MethodHandleAndConstructor to Optional<MethodHandleAndConstructor> in method public specialize(boundSignature Signature, boundVariables BoundVariables, typeManager TypeManager, functionRegistry FunctionRegistry) : Optional<MethodHandleAndConstructor> in class com.facebook.presto.operator.scalar.annotations.ScalarImplementation | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type methodHandleAndConstructor : MethodHandleAndConstructor to methodHandleAndConstructor : Optional<MethodHandleAndConstructor> in method public specialize(boundVariables BoundVariables, arity int, typeManager TypeManager, functionRegistry FunctionRegistry) : ScalarFunctionImplementation in class com.facebook.presto.operator.scalar.ParametricScalar | From | To | |
| Change Variable Type methodHandle : MethodHandleAndConstructor to methodHandle : Optional<MethodHandleAndConstructor> in method public specialize(boundVariables BoundVariables, arity int, typeManager TypeManager, functionRegistry FunctionRegistry) : ScalarFunctionImplementation in class com.facebook.presto.operator.scalar.ParametricScalar | From | To |