a916a0359c8022b436d7f53d43de9f8282138343
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type schema : QualifiedName to schema : Optional<QualifiedName> in method public ShowTables(schema Optional<QualifiedName>, likePattern Optional<String>) in class com.facebook.presto.sql.tree.ShowTables | From | To | |
Change Parameter Type likePattern : String to likePattern : Optional<String> in method public ShowTables(schema Optional<QualifiedName>, likePattern Optional<String>) in class com.facebook.presto.sql.tree.ShowTables | From | To | |
Change Return Type | 2 | ||
Change Return Type String to Optional<String> in method public getLikePattern() : Optional<String> in class com.facebook.presto.sql.tree.ShowTables | From | To | |
Change Return Type QualifiedName to Optional<QualifiedName> in method public getSchema() : Optional<QualifiedName> in class com.facebook.presto.sql.tree.ShowTables | From | To | |
Change Variable Type | 2 | ||
Change Variable Type schema : QualifiedName to schema : Optional<QualifiedName> in method protected visitShowTables(showTables ShowTables, context AnalysisContext) : TupleDescriptor in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
Change Variable Type likePattern : String to likePattern : Optional<String> in method protected visitShowTables(showTables ShowTables, context AnalysisContext) : TupleDescriptor in class com.facebook.presto.sql.analyzer.StatementAnalyzer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type schema : QualifiedName to schema : Optional<QualifiedName> in class com.facebook.presto.sql.tree.ShowTables | From | To | |
Change Attribute Type likePattern : String to likePattern : Optional<String> in class com.facebook.presto.sql.tree.ShowTables | From | To |