504e59619f3ab670770337eb001343adcdaf6d5a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Class | 1 | ||
| Move Class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder.TransformWork moved to com.facebook.presto.operator.TransformWork | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute transform : Function<I,O> to transformation : Function<I,O> in class com.facebook.presto.operator.TransformWork | From | To | |
| Rename Attribute prerequisite : Work<I> to work : Work<I> in class com.facebook.presto.operator.TransformWork | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter prerequisite : Work<I> to work : Work<I> in method public TransformWork(work Work<I>, transformation Function<I,O>) in class com.facebook.presto.operator.TransformWork | From | To | |
| Rename Parameter transform : Function<I,O> to transformation : Function<I,O> in method public TransformWork(work Work<I>, transformation Function<I,O>) in class com.facebook.presto.operator.TransformWork | From | To |