3d0b4b02521f12e3871d6060c8f9bfce73b218a0
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private createFramer(batch VectorAccessible) : WindowFramer renamed to private createFramers(batch VectorAccessible) : void in class org.apache.drill.exec.physical.impl.window.WindowFrameRecordBatch | From | To | |
| Change Return Type | 1 | ||
| Change Return Type WindowFramer to void in method private createFramers(batch VectorAccessible) : void in class org.apache.drill.exec.physical.impl.window.WindowFrameRecordBatch | From | To | |
| Rename Class | 1 | ||
| Rename Class org.apache.drill.exec.physical.impl.window.DefaultFrameTemplate renamed to org.apache.drill.exec.physical.impl.window.NoFrameSupportTemplate | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute first : VectorAccessible to current : WindowDataBatch in method private updatePartitionSize(partition Partition, start int) : void in class org.apache.drill.exec.physical.impl.window.NoFrameSupportTemplate | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute framer : WindowFramer to framers : WindowFramer[] in class org.apache.drill.exec.physical.impl.window.WindowFrameRecordBatch | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type first : VectorAccessible to current : WindowDataBatch in method private updatePartitionSize(partition Partition, start int) : void in class org.apache.drill.exec.physical.impl.window.NoFrameSupportTemplate | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type framer : WindowFramer to framers : WindowFramer[] in class org.apache.drill.exec.physical.impl.window.WindowFrameRecordBatch | From | To | |
| Extract Method | 1 | ||
| Extract Method private doWork() : void extracted from public innerNext() : IterOutcome in class org.apache.drill.exec.physical.impl.window.WindowFrameRecordBatch | From | To |