35bccd0e6dcfdde6f9b4ae92734c82a0bd4242ec
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute svCount : Integer to recordCount : int in method public writeToStream(output OutputStream) : void in class org.apache.drill.exec.cache.VectorAccessibleSerializable | From | To | |
Change Variable Type | 1 | ||
Change Variable Type svCount : Integer to recordCount : int in method public writeToStream(output OutputStream) : void in class org.apache.drill.exec.cache.VectorAccessibleSerializable | From | To | |
Inline Variable | 1 | ||
Inline Variable bufLength : int in method public write(buf DrillBuf, out OutputStream) : void from class org.apache.drill.exec.memory.BaseAllocator | From | To | |
Extract Method | 3 | ||
Extract Method private readVectors(input InputStream, batchDef RecordBatchDef) : void extracted from public readFromStream(input InputStream) : void in class org.apache.drill.exec.cache.VectorAccessibleSerializable | From | To | |
Extract Method public write(buf DrillBuf, length int, out OutputStream) : void extracted from public write(buf DrillBuf, out OutputStream) : void in class org.apache.drill.exec.memory.BaseAllocator | From | To | |
Extract Method private readSv2(input InputStream) : void extracted from public readFromStream(input InputStream) : void in class org.apache.drill.exec.cache.VectorAccessibleSerializable | From | To |