|
Move Method public mangleOperatorName(operatorName String) : String from class com.facebook.presto.metadata.FunctionRegistry to public mangleOperatorName(operatorName String) : String from class com.facebook.presto.metadata.OperatorSignatureUtils |
From |
To |
|
Move Method public mangleOperatorName(operatorType OperatorType) : String from class com.facebook.presto.metadata.FunctionRegistry to public mangleOperatorName(operatorType OperatorType) : String from class com.facebook.presto.metadata.OperatorSignatureUtils |
From |
To |
|
Move Method public unmangleOperator(mangledName String) : OperatorType from class com.facebook.presto.metadata.FunctionRegistry to public unmangleOperator(mangledName String) : OperatorType from class com.facebook.presto.metadata.OperatorSignatureUtils |
From |
To |
|
Move Method public getMagicLiteralFunctionSignature(type Type) : Signature from class com.facebook.presto.metadata.FunctionRegistry to public getMagicLiteralFunctionSignature(type Type) : Signature from class com.facebook.presto.sql.planner.LiteralEncoder |
From |
To |
|
Move Method public typeForMagicLiteral(type Type) : Type from class com.facebook.presto.metadata.FunctionRegistry to private typeForMagicLiteral(type Type) : Type from class com.facebook.presto.sql.planner.LiteralEncoder |
From |
To |
|
Move Method public isSupportedLiteralType(type Type) : boolean from class com.facebook.presto.metadata.FunctionRegistry to public isSupportedLiteralType(type Type) : boolean from class com.facebook.presto.sql.planner.LiteralEncoder |
From |
To |