80835082414d274fda8bf0c66fd01386180fdde5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getJdbcType(type MajorType) : int renamed to public getJdbcTypeCode(type MajorType) : int in class org.apache.drill.common.types.Types | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private getJdbcTypeName(type int) : String from class org.apache.drill.jdbc.impl.DrillColumnMetaDataList to public getSqlTypeName(type MajorType) : String from class org.apache.drill.common.types.Types | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type type : int to type : MajorType in method public getSqlTypeName(type MajorType) : String in class org.apache.drill.common.types.Types | From | To | |
Change Return Type | 1 | ||
Change Return Type Accessor to AvaticaDrillSqlAccessor in method public get(index int) : AvaticaDrillSqlAccessor in class org.apache.drill.jdbc.impl.DrillAccessorList | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type accessors : Accessor[] to accessors : AvaticaDrillSqlAccessor[] in class org.apache.drill.jdbc.impl.DrillAccessorList | From | To | |
Rename Parameter | 1 | ||
Rename Parameter t : MajorType to rpcDateType : MajorType in method private getAvaticaType(rpcDateType MajorType) : AvaticaType in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList | From | To |