9073aed67d89e8b2188870d6c812706085c9c41b
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public addColumn(segment PathSegment) : void renamed to package addField(segment PathSegment) : void in class org.apache.drill.exec.planner.logical.DrillPushProjectIntoScanRule.ProjectFieldsVisitor | From | To | |
| Rename Method public isWildcard() : boolean renamed to public isDynamicStar() : boolean in class org.apache.drill.common.expression.SchemaPath | From | To | |
| Rename Variable | 1 | ||
| Rename Variable s : String to fieldName : String in method public containsStarColumn(type RelDataType) : boolean in class org.apache.drill.exec.planner.StarColumnHelper | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.apache.drill.exec.planner.physical.PrelUtil.RefFieldsVisitor moved and renamed to org.apache.drill.exec.planner.logical.DrillPushProjectIntoScanRule.ProjectFieldsVisitor | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute WILDCARD : String to DYNAMIC_STAR : String in class org.apache.drill.common.expression.SchemaPath | From | To | |
| Rename Attribute columns : Set<SchemaPath> to newFields : Set<SchemaPath> in class org.apache.drill.exec.planner.logical.DrillPushProjectIntoScanRule.ProjectFieldsVisitor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type desiredFields : Set<DesiredField> to desiredFields : Map<String,DesiredField> in class org.apache.drill.exec.planner.logical.DrillPushProjectIntoScanRule.ProjectFieldsVisitor | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public getDrillTable(table RelOptTable) : DrillTable extracted from public DrillScanRelBase(convention Convention, cluster RelOptCluster, traits RelTraitSet, table RelOptTable) in class org.apache.drill.exec.planner.common.DrillScanRelBase & moved to class org.apache.drill.exec.util.Utilities | From | To |