4626852ebfa95ecc20fe99119f5e46eebe06ca11
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Interface | 1 | ||
Extract Interface com.facebook.presto.spi.function.StandardFunctionResolution from classes [com.facebook.presto.sql.relational.FunctionResolution] | From | To | |
Extract Method | 2 | ||
Extract Method public arithmeticFunction(operator OperatorType, leftType Type, rightType Type) : FunctionHandle extracted from public arithmeticFunction(operator ArithmeticBinaryExpression.Operator, leftType Type, rightType Type) : FunctionHandle in class com.facebook.presto.sql.relational.FunctionResolution | From | To | |
Extract Method public comparisonFunction(operator OperatorType, leftType Type, rightType Type) : FunctionHandle extracted from public comparisonFunction(operator ComparisonExpression.Operator, leftType Type, rightType Type) : FunctionHandle in class com.facebook.presto.sql.relational.FunctionResolution | From | To |