d78bb60715044077eb4267ad4b171616e94d90e3
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable positions : List<Integer> to cachedPos : Integer in method protected processRecord(change Tuple2<Boolean,Row>) : void in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute rowPositions : Map<Row,List<Integer>> to rowPositionCache : Map<Row,Integer> in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type positions : List<Integer> to cachedPos : Integer in method protected processRecord(change Tuple2<Boolean,Row>) : void in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult | From | To | |
| Extract Variable | 1 | ||
| Extract Variable row : Row in method protected processRecord(change Tuple2<Boolean,Row>) : void from class org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type rowPositions : Map<Row,List<Integer>> to rowPositionCache : Map<Row,Integer> in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult | From | To |