1c5decc17cf38cbf4a4119d7ca19653cb19e1b53
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public getRootFragmentTimeZone() : int from class org.apache.drill.exec.ops.FragmentContext to public getRootFragmentTimeZone() : int from class org.apache.drill.exec.ops.QueryDateTimeInfo | From | To | |
| Move Method public getQueryStartTime() : long from class org.apache.drill.exec.ops.FragmentContext to public getQueryStartTime() : long from class org.apache.drill.exec.ops.QueryDateTimeInfo | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private rootFragmentTimeZone : int from class org.apache.drill.exec.ops.FragmentContext to private rootFragmentTimeZone : int from class org.apache.drill.exec.ops.QueryDateTimeInfo | From | To | |
| Move Attribute private queryStartTime : long from class org.apache.drill.exec.ops.FragmentContext to private queryStartTime : long from class org.apache.drill.exec.ops.QueryDateTimeInfo | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.drill.exec.ops.QueryDateTimeInfo from class org.apache.drill.exec.ops.FragmentContext | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.apache.drill.exec.ops.UdfUtilities from classes [org.apache.drill.exec.ops.FragmentContext] | From | To | |
| Extract Method | 2 | ||
| Extract Method public evaluate(recordCount int, udfUtilities UdfUtilities, incoming RecordBatch, outVV ValueVector, expr LogicalExpression) : void extracted from public evaluate(incoming RecordBatch, outVV ValueVector, expr LogicalExpression) : void in class org.apache.drill.exec.expr.fn.interpreter.InterpreterEvaluator | From | To | |
| Extract Method protected doTest(expressionStr String, colNames String[], colTypes TypeProtos.MajorType[], expectFirstTwoValues String[], planFragment BitControl.PlanFragment) : void extracted from protected doTest(expressionStr String, colNames String[], colTypes TypeProtos.MajorType[], expectFirstTwoValues String[]) : void in class org.apache.drill.exec.expr.ExpressionInterpreterTest | From | To |