3d863b5ebff53ba5b8fcde922303643137f4b19b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type loader : RecordBatchLoader to allocator : BufferAllocator in method package Listener(allocator BufferAllocator) in class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To | |
| Rename Variable | 2 | ||
| Rename Variable object : Object to value : Object in method public resultArrived(result QueryResultBatch, throttle ConnectionThrottle) : void in class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To | |
| Rename Variable dumbRecord : Map<String,Object> to first : Map<String,String> in method public run(config DrillConfig, coordinator ClusterCoordinator, allocator BufferAllocator) : QueryResult in class org.apache.drill.exec.server.rest.QueryWrapper | From | To | |
| Change Return Type | 3 | ||
| Change Return Type List<Map<String,Object>> to QueryWrapper.QueryResult in method public submitQueryJSON(query QueryWrapper) : QueryWrapper.QueryResult in class org.apache.drill.exec.server.rest.QueryResources | From | To | |
| Change Return Type List<Map<String,Object>> to QueryResult in method public run(config DrillConfig, coordinator ClusterCoordinator, allocator BufferAllocator) : QueryResult in class org.apache.drill.exec.server.rest.QueryWrapper | From | To | |
| Change Return Type List<Map<String,Object>> to void in method public waitForCompletion() : void in class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute output : List<Map<String,Object>> to results : List<Map<String,String>> in class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To | |
| Rename Attribute columnNames : ArrayList<String> to columns : Set<String> in class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To | |
| Rename Attribute loader : RecordBatchLoader to allocator : BufferAllocator in class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To | |
| Extract Variable | 1 | ||
| Extract Variable display : String in method public resultArrived(result QueryResultBatch, throttle ConnectionThrottle) : void from class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type dumbRecord : Map<String,Object> to first : Map<String,String> in method public run(config DrillConfig, coordinator ClusterCoordinator, allocator BufferAllocator) : QueryResult in class org.apache.drill.exec.server.rest.QueryWrapper | From | To | |
| Change Variable Type result : List<Map<String,Object>> to result : QueryWrapper.QueryResult in method public submitQuery(query String, queryType String) : Viewable in class org.apache.drill.exec.server.rest.QueryResources | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type output : List<Map<String,Object>> to results : List<Map<String,String>> in class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To | |
| Change Attribute Type columnNames : ArrayList<String> to columns : Set<String> in class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To | |
| Change Attribute Type loader : RecordBatchLoader to allocator : BufferAllocator in class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter loader : RecordBatchLoader to allocator : BufferAllocator in method package Listener(allocator BufferAllocator) in class org.apache.drill.exec.server.rest.QueryWrapper.Listener | From | To |