|
Change Parameter Type specializedImplementations : List<Implementation> to specializedImplementations : List<ScalarImplementation> in method private ReflectionParametricScalar(signature Signature, details ScalarHeader, exactImplementations Map<Signature,ScalarImplementation>, specializedImplementations List<ScalarImplementation>, implementations List<ScalarImplementation>) in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |
|
Change Parameter Type implementations : List<Implementation> to implementations : List<ScalarImplementation> in method private ReflectionParametricScalar(signature Signature, details ScalarHeader, exactImplementations Map<Signature,ScalarImplementation>, specializedImplementations List<ScalarImplementation>, implementations List<ScalarImplementation>) in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |
|
Change Parameter Type exactImplementations : Map<Signature,Implementation> to exactImplementations : Map<Signature,ScalarImplementation> in method private ReflectionParametricScalar(signature Signature, details ScalarHeader, exactImplementations Map<Signature,ScalarImplementation>, specializedImplementations List<ScalarImplementation>, implementations List<ScalarImplementation>) in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |
|
Change Variable Type exactImplementationsMap : Map<Signature,Implementation> to exactImplementationsMap : Map<Signature,ScalarImplementation> in method private parseScalarImplementations(scalar ScalarHeaderAndMethods, constructors Map<Set<TypeParameter>,Constructor<?>>, objectName String) : SqlScalarFunction in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |
|
Change Variable Type exactImplementations : ImmutableMap.Builder<Signature,Implementation> to exactImplementations : ImmutableMap.Builder<Signature,ScalarImplementation> in method private parseScalarImplementations(scalar ScalarHeaderAndMethods, constructors Map<Set<TypeParameter>,Constructor<?>>, objectName String) : SqlScalarFunction in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |
|
Change Variable Type onlyImplementation : Map.Entry<Signature,Implementation> to onlyImplementation : Map.Entry<Signature,ScalarImplementation> in method private parseScalarImplementations(scalar ScalarHeaderAndMethods, constructors Map<Set<TypeParameter>,Constructor<?>>, objectName String) : SqlScalarFunction in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |
|
Change Variable Type implementations : ImmutableList.Builder<Implementation> to implementations : ImmutableList.Builder<ScalarImplementation> in method private parseScalarImplementations(scalar ScalarHeaderAndMethods, constructors Map<Set<TypeParameter>,Constructor<?>>, objectName String) : SqlScalarFunction in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |
|
Change Variable Type methodHandleAndConstructor : MethodHandleAndConstructor to methodHandleAndConstructor : ScalarImplementation.MethodHandleAndConstructor in method public specialize(boundVariables BoundVariables, arity int, typeManager TypeManager, functionRegistry FunctionRegistry) : ScalarFunctionImplementation in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |
|
Change Variable Type methodHandle : MethodHandleAndConstructor to methodHandle : ScalarImplementation.MethodHandleAndConstructor in method public specialize(boundVariables BoundVariables, arity int, typeManager TypeManager, functionRegistry FunctionRegistry) : ScalarFunctionImplementation in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |
|
Change Variable Type specializedImplementations : ImmutableList.Builder<Implementation> to specializedImplementations : ImmutableList.Builder<ScalarImplementation> in method private parseScalarImplementations(scalar ScalarHeaderAndMethods, constructors Map<Set<TypeParameter>,Constructor<?>>, objectName String) : SqlScalarFunction in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |
|
Change Variable Type implementation : Implementation to implementation : ScalarImplementation in method public specialize(boundVariables BoundVariables, arity int, typeManager TypeManager, functionRegistry FunctionRegistry) : ScalarFunctionImplementation in class com.facebook.presto.operator.scalar.ReflectionParametricScalar |
From |
To |