b9960f89e72810d109e712ef7e740919502e72d9
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public varCharToInt(start int, end int, buffer DrillBuf) : int renamed to public varTypesToInt(start int, end int, buffer DrillBuf) : int in class org.apache.drill.exec.expr.fn.impl.StringFunctionHelpers | From | To | |
Rename Method public varCharToLong(start int, end int, buffer DrillBuf) : long renamed to public varTypesToLong(start int, end int, buffer DrillBuf) : long in class org.apache.drill.exec.expr.fn.impl.StringFunctionHelpers | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type dataMode : TypeProtos.DataMode to dataMode : DataMode in method public getReplacingCastFunction(originalCastFunction String, dataMode DataMode, inputType MinorType) : String in class org.apache.drill.common.expression.fn.CastFunctions | From | To | |
Extract Variable | 1 | ||
Extract Variable majorType : MajorType in method private functionReplacement(functionCall FunctionCall) : String from class org.apache.drill.exec.expr.fn.FunctionImplementationRegistry | From | To |