|
Rename Method protected visitArithmeticExpression(node ArithmeticExpression, context Void) : Boolean renamed to protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Void) : Boolean in class com.facebook.presto.sql.analyzer.AggregationAnalyzer.Visitor |
From |
To |
|
Rename Method protected visitArithmeticExpression(node ArithmeticExpression, context C) : R renamed to protected visitArithmeticBinary(node ArithmeticBinaryExpression, context C) : R in class com.facebook.presto.sql.tree.AstVisitor |
From |
To |
|
Rename Method protected visitArithmeticExpression(node ArithmeticExpression, context Object) : Object renamed to protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Object) : Object in class com.facebook.presto.sql.planner.ExpressionInterpreter.Visitor |
From |
To |
|
Rename Method protected visitArithmeticExpression(node ArithmeticExpression, context C) : R renamed to protected visitArithmeticBinary(node ArithmeticBinaryExpression, context C) : R in class com.facebook.presto.sql.tree.DefaultTraversalVisitor |
From |
To |
|
Rename Method public visitArithmeticExpression(node ArithmeticExpression, context Context<C>) : Expression renamed to public visitArithmeticBinary(node ArithmeticBinaryExpression, context Context<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor |
From |
To |
|
Rename Method public rewriteArithmeticExpression(node ArithmeticExpression, context C, treeRewriter ExpressionTreeRewriter<C>) : Expression renamed to public rewriteArithmeticBinary(node ArithmeticBinaryExpression, context C, treeRewriter ExpressionTreeRewriter<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionRewriter |
From |
To |
|
Rename Method protected visitArithmeticExpression(node ArithmeticExpression, context AnalysisContext) : Type renamed to protected visitArithmeticBinary(node ArithmeticBinaryExpression, context AnalysisContext) : Type in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor |
From |
To |
|
Rename Method protected visitArithmeticExpression(node ArithmeticExpression, context Void) : String renamed to protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Void) : String in class com.facebook.presto.sql.ExpressionFormatter.Formatter |
From |
To |
|
Rename Method protected visitArithmeticExpression(node ArithmeticExpression, context Void) : RowExpression renamed to protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Void) : RowExpression in class com.facebook.presto.sql.relational.SqlToRowExpressionTranslator.Visitor |
From |
To |
|
Change Parameter Type node : ArithmeticExpression to node : ArithmeticBinaryExpression in method protected visitArithmeticBinary(node ArithmeticBinaryExpression, context C) : R in class com.facebook.presto.sql.tree.DefaultTraversalVisitor |
From |
To |
|
Change Parameter Type node : ArithmeticExpression to node : ArithmeticBinaryExpression in method public visitArithmeticBinary(node ArithmeticBinaryExpression, context Context<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionTreeRewriter.RewritingVisitor |
From |
To |
|
Change Parameter Type node : ArithmeticExpression to node : ArithmeticBinaryExpression in method protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Void) : Boolean in class com.facebook.presto.sql.analyzer.AggregationAnalyzer.Visitor |
From |
To |
|
Change Parameter Type node : ArithmeticExpression to node : ArithmeticBinaryExpression in method protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Void) : RowExpression in class com.facebook.presto.sql.relational.SqlToRowExpressionTranslator.Visitor |
From |
To |
|
Change Parameter Type node : ArithmeticExpression to node : ArithmeticBinaryExpression in method protected visitArithmeticBinary(node ArithmeticBinaryExpression, context AnalysisContext) : Type in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor |
From |
To |
|
Change Parameter Type node : ArithmeticExpression to node : ArithmeticBinaryExpression in method public rewriteArithmeticBinary(node ArithmeticBinaryExpression, context C, treeRewriter ExpressionTreeRewriter<C>) : Expression in class com.facebook.presto.sql.tree.ExpressionRewriter |
From |
To |
|
Change Parameter Type node : ArithmeticExpression to node : ArithmeticBinaryExpression in method protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Object) : Object in class com.facebook.presto.sql.planner.ExpressionInterpreter.Visitor |
From |
To |
|
Change Parameter Type node : ArithmeticExpression to node : ArithmeticBinaryExpression in method protected visitArithmeticBinary(node ArithmeticBinaryExpression, context Void) : String in class com.facebook.presto.sql.ExpressionFormatter.Formatter |
From |
To |
|
Change Parameter Type node : ArithmeticExpression to node : ArithmeticBinaryExpression in method protected visitArithmeticBinary(node ArithmeticBinaryExpression, context C) : R in class com.facebook.presto.sql.tree.AstVisitor |
From |
To |
|
Change Parameter Type expressionType : ArithmeticExpression.Type to expressionType : ArithmeticBinaryExpression.Type in method public arithmeticExpressionSignature(expressionType ArithmeticBinaryExpression.Type, returnType Type, leftType Type, rightType Type) : Signature in class com.facebook.presto.sql.relational.Signatures |
From |
To |