3dcf464309e955d357833bb2fc5cdfb8270e5c90
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable retainedNDV : double to retainedNdv : double in method private compute(sourceStats PlanNodeStatsEstimate, filteringSourceStats PlanNodeStatsEstimate, sourceJoinSymbol Symbol, filteringSourceJoinSymbol Symbol, retainedNdvProvider BiFunction<SymbolStatsEstimate,SymbolStatsEstimate,Double>) : PlanNodeStatsEstimate in class com.facebook.presto.cost.SemiJoinStatsCalculator | From | To | |
Extract Method | 1 | ||
Extract Method public values(id PlanNodeId, columns Symbol...) : ValuesNode extracted from public values(columns Symbol...) : ValuesNode in class com.facebook.presto.sql.planner.iterative.rule.test.PlanBuilder | From | To |