4c6279dcc36ea8427bb90d0d84f5737046f4d0cb
Files Diff
- Added: 2
 - Removed: 0
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private createQueryRunner() : DistributedQueryRunner from class com.facebook.presto.tests.TestTpchDistributedQueries to public createQueryRunner(extraProperties Map<String,String>) : DistributedQueryRunner from class com.facebook.presto.tests.tpch.TpchQueryRunner | From | To | |
| Extract Method | 1 | ||
| Extract Method public createRaptorQueryRunner(extraProperties Map<String,String>, tables Iterable<TpchTable<?>>) : DistributedQueryRunner extracted from public createRaptorQueryRunner(tables Iterable<TpchTable<?>>) : DistributedQueryRunner in class com.facebook.presto.raptor.RaptorQueryRunner | From | To |