df19a019117db3448a01f34daf804df747ca94b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public onMatch(call RelOptRuleCall) : void renamed to protected doPushFilterToScan(call RelOptRuleCall, filter FilterPrel, project ProjectPrel, scan ScanPrel, groupScan MapRDBGroupScan, condition RexNode) : void in class org.apache.drill.exec.store.maprdb.MapRDBPushFilterIntoScan | From | To | |
Rename Variable | 1 | ||
Rename Variable hbaseFilterBuilder : MapRDBFilterBuilder to maprdbFilterBuilder : MapRDBFilterBuilder in method protected doPushFilterToScan(call RelOptRuleCall, filter FilterPrel, project ProjectPrel, scan ScanPrel, groupScan MapRDBGroupScan, condition RexNode) : void in class org.apache.drill.exec.store.maprdb.MapRDBPushFilterIntoScan | From | To | |
Rename Attribute | 1 | ||
Rename Attribute INSTANCE : StoragePluginOptimizerRule to FILTER_ON_PROJECT : StoragePluginOptimizerRule in class org.apache.drill.exec.store.maprdb.MapRDBPushFilterIntoScan | From | To | |
Extract Variable | 1 | ||
Extract Variable childRel : RelNode in method protected doPushFilterToScan(call RelOptRuleCall, filter FilterPrel, project ProjectPrel, scan ScanPrel, groupScan MapRDBGroupScan, condition RexNode) : void from class org.apache.drill.exec.store.maprdb.MapRDBPushFilterIntoScan | From | To | |
Extract Method | 1 | ||
Extract Method public isFileReadable(fs DrillFileSystem, status FileStatus) : boolean extracted from public isReadable(fs DrillFileSystem, selection FileSelection) : FormatSelection in class org.apache.drill.exec.store.maprdb.MapRDBFormatMatcher | From | To |