2a60cf7a35ace74ea173d1ad25207663bb84a809
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private validateShowStats(node ShowStats) : void renamed to private validateShowStatsSubquery(node ShowStats, query Query, querySpecification QuerySpecification, plan Plan) : void in class com.facebook.presto.sql.rewrite.ShowStatsRewrite.Visitor | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type specification : QuerySpecification to plan : Plan in method private getConstraint(plan Plan) : Constraint<ColumnHandle> in class com.facebook.presto.sql.rewrite.ShowStatsRewrite.Visitor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable query : Query in method protected visitShowStats(node ShowStats, context Void) : Node from class com.facebook.presto.sql.rewrite.ShowStatsRewrite.Visitor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter specification : QuerySpecification to plan : Plan in method private getConstraint(plan Plan) : Constraint<ColumnHandle> in class com.facebook.presto.sql.rewrite.ShowStatsRewrite.Visitor | From | To |