|
Rename Method protected visitNegativeExpression(node NegativeExpression, context Void) : Boolean renamed to protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Void) : Boolean in class com.facebook.presto.sql.analyzer.AggregationAnalyzer.Visitor |
From |
To |
|
Rename Method protected visitNegativeExpression(node NegativeExpression, context Void) : RowExpression renamed to protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Void) : RowExpression in class com.facebook.presto.sql.relational.SqlToRowExpressionTranslator.Visitor |
From |
To |
|
Rename Method protected visitNegativeExpression(node NegativeExpression, context Context<C>) : Expression renamed to protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Context<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor |
From |
To |
|
Rename Method protected visitNegativeExpression(node NegativeExpression, context C) : R renamed to protected visitArithmeticUnary(node ArithmeticUnaryExpression, context C) : R in class com.facebook.presto.sql.tree.AstVisitor |
From |
To |
|
Rename Method public rewriteNegativeExpression(node NegativeExpression, context C, treeRewriter ExpressionTreeRewriter<C>) : Expression renamed to public rewriteArithmeticUnary(node ArithmeticUnaryExpression, context C, treeRewriter ExpressionTreeRewriter<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionRewriter |
From |
To |
|
Rename Method public testNegativeSign() : void renamed to public testArithmeticUnary() : void in class com.facebook.presto.sql.parser.TestSqlParser |
From |
To |
|
Rename Method protected visitNegativeExpression(node NegativeExpression, context Void) : String renamed to protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Void) : String in class com.facebook.presto.sql.ExpressionFormatter.Formatter |
From |
To |
|
Rename Method protected visitNegativeExpression(node NegativeExpression, context Object) : Object renamed to protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Object) : Object in class com.facebook.presto.sql.planner.ExpressionInterpreter.Visitor |
From |
To |
|
Rename Method protected visitNegativeExpression(node NegativeExpression, context C) : R renamed to protected visitArithmeticUnary(node ArithmeticUnaryExpression, context C) : R in class com.facebook.presto.sql.tree.DefaultTraversalVisitor |
From |
To |
|
Change Parameter Type node : NegativeExpression to node : ArithmeticUnaryExpression in method protected visitArithmeticUnary(node ArithmeticUnaryExpression, context C) : R in class com.facebook.presto.sql.tree.AstVisitor |
From |
To |
|
Change Parameter Type node : NegativeExpression to node : ArithmeticUnaryExpression in method protected visitArithmeticUnary(node ArithmeticUnaryExpression, context C) : R in class com.facebook.presto.sql.tree.DefaultTraversalVisitor |
From |
To |
|
Change Parameter Type node : NegativeExpression to node : ArithmeticUnaryExpression in method protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Context<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor |
From |
To |
|
Change Parameter Type node : NegativeExpression to node : ArithmeticUnaryExpression in method protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Void) : String in class com.facebook.presto.sql.ExpressionFormatter.Formatter |
From |
To |
|
Change Parameter Type node : NegativeExpression to node : ArithmeticUnaryExpression in method protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Void) : RowExpression in class com.facebook.presto.sql.relational.SqlToRowExpressionTranslator.Visitor |
From |
To |
|
Change Parameter Type node : NegativeExpression to node : ArithmeticUnaryExpression in method protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Object) : Object in class com.facebook.presto.sql.planner.ExpressionInterpreter.Visitor |
From |
To |
|
Change Parameter Type node : NegativeExpression to node : ArithmeticUnaryExpression in method protected visitArithmeticUnary(node ArithmeticUnaryExpression, context Void) : Boolean in class com.facebook.presto.sql.analyzer.AggregationAnalyzer.Visitor |
From |
To |
|
Change Parameter Type node : NegativeExpression to node : ArithmeticUnaryExpression in method public rewriteArithmeticUnary(node ArithmeticUnaryExpression, context C, treeRewriter ExpressionTreeRewriter<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionRewriter |
From |
To |