|
Move Method private formatSignature(operatorType OperatorType, returnType TypeSignature, argumentTypes List<TypeSignature>) : String from class com.facebook.presto.metadata.OperatorType to private formatSignature(operatorType OperatorType, returnType TypeSignature, argumentTypes List<TypeSignature>) : String from class com.facebook.presto.operator.scalar.annotations.OperatorValidator |
From |
To |
|
Move Method private validateComparisonOperatorSignature(operatorType OperatorType, returnType TypeSignature, argumentTypes List<TypeSignature>, expectedArgumentCount int) : void from class com.facebook.presto.metadata.OperatorType to private validateComparisonOperatorSignature(operatorType OperatorType, returnType TypeSignature, argumentTypes List<TypeSignature>, expectedArgumentCount int) : void from class com.facebook.presto.operator.scalar.annotations.OperatorValidator |
From |
To |
|
Move Method private validateOperatorSignature(operatorType OperatorType, returnType TypeSignature, argumentTypes List<TypeSignature>, expectedArgumentCount int) : void from class com.facebook.presto.metadata.OperatorType to private validateOperatorSignature(operatorType OperatorType, returnType TypeSignature, argumentTypes List<TypeSignature>, expectedArgumentCount int) : void from class com.facebook.presto.operator.scalar.annotations.OperatorValidator |
From |
To |
|
Move Method public validateOperator(operatorType OperatorType, returnType TypeSignature, argumentTypes List<TypeSignature>) : void from class com.facebook.presto.metadata.OperatorType to public validateOperator(operatorType OperatorType, returnType TypeSignature, argumentTypes List<TypeSignature>) : void from class com.facebook.presto.operator.scalar.annotations.OperatorValidator |
From |
To |