ddb35ce71837376c7caef28c25327ba556bb32f2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package getWidthOfFixedWidthType(vv ValueVector) : int renamed to package getNetWidthOfFixedWidthType(vv ValueVector) : int in class org.apache.drill.exec.physical.impl.project.ProjectMemoryManager | From | To | |
Rename Method public getWidth() : int renamed to public getDataWidth() : int in class org.apache.drill.exec.physical.impl.project.OutputWidthExpression.FixedLenExpr | From | To | |
Rename Variable | 1 | ||
Rename Variable fixedWidth : int to fixedDataWidth : int in method private getFixedLenExpr(majorType MajorType) : OutputWidthExpression in class org.apache.drill.exec.physical.impl.project.OutputWidthVisitor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute fixedWidth : int to fixedDataWidth : int in class org.apache.drill.exec.physical.impl.project.OutputWidthExpression.FixedLenExpr | From | To |