2a7ed08188c54b2c049dda6ad4838a1c7f5d65a5
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private createRLEBlock(percentile double, positionCount int) : RunLengthEncodedBlock from class com.facebook.presto.operator.aggregation.TestApproximatePercentileAggregation to public createRLEBlock(value double, positionCount int) : RunLengthEncodedBlock from class com.facebook.presto.block.BlockAssertions | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter percentile : double to value : double in method public createRLEBlock(value double, positionCount int) : RunLengthEncodedBlock in class com.facebook.presto.block.BlockAssertions | From | To |