0284f2538b6101733928f9c20c9348f9f9eb597b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type argumentNativeContainerTypes : List<Class<?>> to argumentNativeContainerTypes : List<Optional<Class<?>>> in method private ParametricScalarImplementation(signature Signature, argumentNativeContainerTypes List<Optional<Class<?>>>, specializedTypeParameters Map<String,Class<?>>, choices List<ParametricScalarImplementationChoice>, returnContainerType Class<?>) in class com.facebook.presto.operator.scalar.annotations.ParametricScalarImplementation | From | To | |
| Rename Variable | 3 | ||
| Rename Variable methodHandle : Optional<MethodHandleAndConstructor> to scalarFunctionImplementation : Optional<ScalarFunctionImplementation> in method public specialize(boundVariables BoundVariables, arity int, typeManager TypeManager, functionRegistry FunctionRegistry) : ScalarFunctionImplementation in class com.facebook.presto.operator.scalar.ParametricScalar | From | To | |
| Rename Variable methodHandleAndConstructor : Optional<MethodHandleAndConstructor> to scalarFunctionImplementation : Optional<ScalarFunctionImplementation> in method public specialize(boundVariables BoundVariables, arity int, typeManager TypeManager, functionRegistry FunctionRegistry) : ScalarFunctionImplementation in class com.facebook.presto.operator.scalar.ParametricScalar | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Optional<MethodHandleAndConstructor> to Optional<ScalarFunctionImplementation> in method public specialize(boundSignature Signature, boundVariables BoundVariables, typeManager TypeManager, functionRegistry FunctionRegistry, isDeterministic boolean) : Optional<ScalarFunctionImplementation> in class com.facebook.presto.operator.scalar.annotations.ParametricScalarImplementation | From | To | |
| Rename Class | 1 | ||
| Rename Class com.facebook.presto.operator.scalar.annotations.ParametricScalarImplementation.MethodHandleAndConstructor renamed to com.facebook.presto.operator.scalar.annotations.ParametricScalarImplementation.ParametricScalarImplementationChoice | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute hitBlockPosition : AtomicBoolean to hitBlockPositionSlice : AtomicBoolean in class com.facebook.presto.type.TestBlockAndPositionNullConvention.FunctionWithBlockAndPositionConvention | From | To | |
| Rename Attribute hitBlockPosition : AtomicBoolean to hitBlockPositionBigint : AtomicBoolean in class com.facebook.presto.type.TestBlockAndPositionNullConvention.FunctionWithBlockAndPositionConvention | From | To | |
| Rename Attribute constructor : Optional<MethodHandle> to choices : List<ParametricScalarImplementationChoice> in class com.facebook.presto.operator.scalar.annotations.ParametricScalarImplementation | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type methodHandle : Optional<MethodHandleAndConstructor> to scalarFunctionImplementation : Optional<ScalarFunctionImplementation> 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 methodHandleAndConstructor : Optional<MethodHandleAndConstructor> to scalarFunctionImplementation : Optional<ScalarFunctionImplementation> in method public specialize(boundVariables BoundVariables, arity int, typeManager TypeManager, functionRegistry FunctionRegistry) : ScalarFunctionImplementation in class com.facebook.presto.operator.scalar.ParametricScalar | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type constructor : Optional<MethodHandle> to choices : List<ParametricScalarImplementationChoice> in class com.facebook.presto.operator.scalar.annotations.ParametricScalarImplementation | From | To | |
| Change Attribute Type argumentNativeContainerTypes : List<Class<?>> to argumentNativeContainerTypes : List<Optional<Class<?>>> in class com.facebook.presto.operator.scalar.annotations.ParametricScalarImplementation | From | To | |
| Change Attribute Type argumentNativeContainerTypes : List<Class<?>> to argumentNativeContainerTypes : List<Optional<Class<?>>> in class com.facebook.presto.operator.scalar.annotations.ParametricScalarImplementation.Parser | From | To |