|
Change Parameter Type context : AnalysisContext to context : Void in method protected visitShowCatalogs(node ShowCatalogs, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Parameter Type context : AnalysisContext to context : Void in method protected visitShowColumns(showColumns ShowColumns, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Parameter Type context : AnalysisContext to context : Void in method protected visitShowTables(showTables ShowTables, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Parameter Type context : AnalysisContext to context : Void in method protected visitShowCreate(node ShowCreate, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Parameter Type context : AnalysisContext to context : Void in method protected visitShowPartitions(showPartitions ShowPartitions, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Parameter Type context : AnalysisContext to context : Void in method protected visitShowFunctions(node ShowFunctions, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Parameter Type context : AnalysisContext to context : Void in method protected visitShowSchemas(node ShowSchemas, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Parameter Type context : AnalysisContext to context : Void in method protected visitShowSession(node ShowSession, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method private toExpression(value Object) : Expression from class com.facebook.presto.sql.analyzer.StatementAnalyzer to private toExpression(value Object) : Expression from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method private getExpression(property PropertyMetadata<T>, value Object) : Expression from class com.facebook.presto.sql.analyzer.StatementAnalyzer to private getExpression(property PropertyMetadata<T>, value Object) : Expression from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method protected visitShowTables(showTables ShowTables, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer to protected visitShowTables(showTables ShowTables, context Void) : Node from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method private getFunctionType(function SqlFunction) : String from class com.facebook.presto.sql.analyzer.StatementAnalyzer to private getFunctionType(function SqlFunction) : String from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method protected visitShowSchemas(node ShowSchemas, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer to protected visitShowSchemas(node ShowSchemas, context Void) : Node from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method protected visitShowSession(node ShowSession, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer to protected visitShowSession(node ShowSession, context Void) : Node from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method protected visitShowCatalogs(node ShowCatalogs, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer to protected visitShowCatalogs(node ShowCatalogs, context Void) : Node from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method protected visitShowColumns(showColumns ShowColumns, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer to protected visitShowColumns(showColumns ShowColumns, context Void) : Node from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method private from(catalog String, table SchemaTableName) : Relation from class com.facebook.presto.sql.analyzer.StatementAnalyzer to private from(catalog String, table SchemaTableName) : Relation from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method protected visitShowCreate(node ShowCreate, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer to protected visitShowCreate(node ShowCreate, context Void) : Node from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method protected visitShowPartitions(showPartitions ShowPartitions, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer to protected visitShowPartitions(showPartitions ShowPartitions, context Void) : Node from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Move Method protected visitShowFunctions(node ShowFunctions, context AnalysisContext) : RelationType from class com.facebook.presto.sql.analyzer.StatementAnalyzer to protected visitShowFunctions(node ShowFunctions, context Void) : Node from class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Return Type RelationType to Node in method protected visitShowTables(showTables ShowTables, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Return Type RelationType to Node in method protected visitShowCreate(node ShowCreate, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Return Type RelationType to Node in method protected visitShowPartitions(showPartitions ShowPartitions, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Return Type RelationType to Node in method protected visitShowFunctions(node ShowFunctions, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Return Type RelationType to Node in method protected visitShowSchemas(node ShowSchemas, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Return Type RelationType to Node in method protected visitShowSession(node ShowSession, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Return Type RelationType to Node in method protected visitShowCatalogs(node ShowCatalogs, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |
|
Change Return Type RelationType to Node in method protected visitShowColumns(showColumns ShowColumns, context Void) : Node in class com.facebook.presto.sql.rewrite.ShowQueriesRewrite.Visitor |
From |
To |