9b4008dc384bc5e0b9af9a048bfc93c5bcb902b2
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected doOnMatchLogical(call RelOptRuleCall, filterRel LogicalFilter, projectRel Project, scanRel EnumerableTableScan) : void renamed to protected doOnMatch(call RelOptRuleCall, filterRel Filter, projectRel Project, scanRel TableScan) : void in class org.apache.drill.exec.planner.logical.partition.PruneScanRule | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type filterRel : LogicalFilter to filterRel : Filter in method protected doOnMatch(call RelOptRuleCall, filterRel Filter, projectRel Project, scanRel TableScan) : void in class org.apache.drill.exec.planner.logical.partition.PruneScanRule | From | To | |
Change Parameter Type scanRel : RelNode to scanRel : TableScan in method public FileSystemPartitionDescriptor(settings PlannerSettings, scanRel TableScan) in class org.apache.drill.exec.planner.FileSystemPartitionDescriptor | From | To | |
Change Parameter Type scanRel : EnumerableTableScan to scanRel : TableScan in method protected doOnMatch(call RelOptRuleCall, filterRel Filter, projectRel Project, scanRel TableScan) : void in class org.apache.drill.exec.planner.logical.partition.PruneScanRule | From | To | |
Change Return Type | 1 | ||
Change Return Type DynamicDrillTable to DrillTable in method public getTable() : DrillTable in class org.apache.drill.exec.planner.FileSystemPartitionDescriptor | From | To | |
Extract Variable | 1 | ||
Extract Variable table : DrillTable in method public onMatch(call RelOptRuleCall) : void from class org.apache.drill.exec.planner.logical.DrillPushProjIntoScan | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type table : DynamicDrillTable to table : DrillTable in class org.apache.drill.exec.planner.FileSystemPartitionDescriptor | From | To | |
Change Attribute Type scanRel : EnumerableTableScan to scanRel : TableScan in class org.apache.drill.exec.planner.FileSystemPartitionDescriptor | From | To |