a8fa402365831c89f1a5b7fbd9e68f862104a026
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public isDecimalType(minorType TypeProtos.MinorType) : boolean extracted from public isDecimalType(type TypeProtos.MajorType) : boolean in class org.apache.drill.common.util.CoreDecimalUtility | From | To | |
Extract Method private getMinorType(primitiveTypeName PrimitiveType.PrimitiveTypeName, length int, schemaElement SchemaElement) : TypeProtos.MinorType extracted from public toMajorType(primitiveTypeName PrimitiveType.PrimitiveTypeName, length int, mode TypeProtos.DataMode, schemaElement SchemaElement) : TypeProtos.MajorType in class org.apache.drill.exec.store.parquet.columnreaders.ParquetToDrillTypeConverter | From | To |