93da4979791a47a19595ba5f1e1683138752dd2b
Files Diff
- Added: 17
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 2 | ||
| Extract Method public createPlan(session Session, sql String) : Plan extracted from public createDrivers(session Session, sql String, outputFactory OutputFactory, taskContext TaskContext) : List<Driver> in class com.facebook.presto.testing.LocalQueryRunner | From | To | |
| Extract Method public inTransaction(session Session, transactionSessionConsumer Function<Session,T>) : T extracted from public execute(session Session, sql String) : MaterializedResult in class com.facebook.presto.testing.LocalQueryRunner | From | To |