|
Change Parameter Type scanRel : DrillScanRel to scanRel : RelNode in method public FileSystemPartitionDescriptor(settings PlannerSettings, scanRel RelNode) in class org.apache.drill.exec.planner.FileSystemPartitionDescriptor |
From |
To |
|
Change Parameter Type projectRel : Project to projectRel : DrillProjectRel in method protected doOnMatch(call RelOptRuleCall, filterRel DrillFilterRel, projectRel DrillProjectRel, scanRel DrillScanRel) : void in class org.apache.drill.exec.planner.logical.partition.PruneScanRule |
From |
To |
|
Change Parameter Type filterRel : Filter to filterRel : DrillFilterRel in method protected doOnMatch(call RelOptRuleCall, filterRel DrillFilterRel, projectRel DrillProjectRel, scanRel DrillScanRel) : void in class org.apache.drill.exec.planner.logical.partition.PruneScanRule |
From |
To |
|
Change Variable Type scanRel : ScanRel to scanRel : EnumerableTableScan in method public onMatch(call RelOptRuleCall) : void in class org.apache.drill.exec.planner.logical.partition.PruneScanRule.getFilterOnProject |
From |
To |
|
Change Variable Type filterRel : DrillFilterRel to filterRel : LogicalFilter in method public onMatch(call RelOptRuleCall) : void in class org.apache.drill.exec.planner.logical.partition.PruneScanRule.getFilterOnScan |
From |
To |
|
Change Variable Type scanRel : DrillScanRel to scanRel : EnumerableTableScan in method public onMatch(call RelOptRuleCall) : void in class org.apache.drill.exec.planner.logical.partition.PruneScanRule.getFilterOnScan |
From |
To |
|
Change Variable Type projectRel : ProjectRel to projectRel : Project in method public onMatch(call RelOptRuleCall) : void in class org.apache.drill.exec.planner.logical.partition.PruneScanRule.getFilterOnProject |
From |
To |
|
Change Variable Type filterRel : FilterRel to filterRel : LogicalFilter in method public onMatch(call RelOptRuleCall) : void in class org.apache.drill.exec.planner.logical.partition.PruneScanRule.getFilterOnProject |
From |
To |