0368adf0cdf6ba229e273b0e41c5c564735c95ee
Files Diff
- Added: 23
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type sqlCall : org.eigenbase.sql.SqlCall to sqlCall : SqlCall in method public visit(sqlCall SqlCall) : SqlNode in class org.apache.drill.exec.planner.sql.parser.UnsupportedOperatorsVisitor | From | To | |
Extract Class | 1 | ||
Extract Class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch.UnionAllInput from class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute in : RecordBatch to unionAllInput : UnionAllInput in method public cleanup() : void in class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch | From | To | |
Change Variable Type | 1 | ||
Change Variable Type in : RecordBatch to unionAllInput : UnionAllInput in method public cleanup() : void in class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type transfers : ArrayList<TransferPair> to transfers : List<TransferPair> in class org.apache.drill.exec.physical.impl.union.UnionAllRecordBatch | From | To |