e295d3b83a1e93b51187e87396ffc648cf7b60f0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public textLogicalPlan(plan PlanNode, types Map<Symbol,Type>, metadata Metadata, costCalculator CostCalculator, session Session, indent int, verbose boolean) : String extracted from public textLogicalPlan(plan PlanNode, types Map<Symbol,Type>, metadata Metadata, costCalculator CostCalculator, session Session, indent int) : String in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter | From | To | |
Extract Method public textDistributedPlan(plan SubPlan, metadata Metadata, costCalculator CostCalculator, session Session, verbose boolean) : String extracted from public textDistributedPlan(plan SubPlan, metadata Metadata, costCalculator CostCalculator, session Session) : String in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter | From | To |