|
Change Parameter Type constructors : Map<Set<TypeParameter>,Constructor<?>> to constructor : Optional<Constructor<?>> in method public parseImplementation(functionName String, method Method, constructor Optional<Constructor<?>>) : ScalarImplementation in class com.facebook.presto.operator.scalar.annotations.ScalarImplementation.Parser |
From |
To |
|
Change Parameter Type constructors : Map<Set<TypeParameter>,Constructor<?>> to optionalConstructor : Optional<Constructor<?>> in method private getConstructor(method Method, optionalConstructor Optional<Constructor<?>>) : Optional<MethodHandle> in class com.facebook.presto.operator.scalar.annotations.ScalarImplementation.Parser |
From |
To |
|
Change Parameter Type val : Slice to val : Block in method public fun(val Block) : long in class com.facebook.presto.operator.TestAnnotationEngineForScalars.ConstructorInjectionScalarFunction |
From |
To |
|
Change Parameter Type constructors : Map<Set<TypeParameter>,Constructor<?>> to constructor : Optional<Constructor<?>> in method private parseParametricScalar(scalar ScalarHeaderAndMethods, constructor Optional<Constructor<?>>) : SqlScalarFunction in class com.facebook.presto.operator.scalar.annotations.ScalarFromAnnotationsParser |
From |
To |
|
Change Parameter Type constructors : Map<Set<TypeParameter>,Constructor<?>> to constructor : Optional<Constructor<?>> in method private Parser(functionName String, method Method, constructor Optional<Constructor<?>>) in class com.facebook.presto.operator.scalar.annotations.ScalarImplementation.Parser |
From |
To |
|
Rename Parameter constructors : Map<Set<TypeParameter>,Constructor<?>> to constructor : Optional<Constructor<?>> in method private Parser(functionName String, method Method, constructor Optional<Constructor<?>>) in class com.facebook.presto.operator.scalar.annotations.ScalarImplementation.Parser |
From |
To |
|
Rename Parameter constructors : Map<Set<TypeParameter>,Constructor<?>> to constructor : Optional<Constructor<?>> in method public parseImplementation(functionName String, method Method, constructor Optional<Constructor<?>>) : ScalarImplementation in class com.facebook.presto.operator.scalar.annotations.ScalarImplementation.Parser |
From |
To |
|
Rename Parameter constructors : Map<Set<TypeParameter>,Constructor<?>> to optionalConstructor : Optional<Constructor<?>> in method private getConstructor(method Method, optionalConstructor Optional<Constructor<?>>) : Optional<MethodHandle> in class com.facebook.presto.operator.scalar.annotations.ScalarImplementation.Parser |
From |
To |
|
Rename Parameter constructors : Map<Set<TypeParameter>,Constructor<?>> to constructor : Optional<Constructor<?>> in method private parseParametricScalar(scalar ScalarHeaderAndMethods, constructor Optional<Constructor<?>>) : SqlScalarFunction in class com.facebook.presto.operator.scalar.annotations.ScalarFromAnnotationsParser |
From |
To |