Uses of Class
io.trino.sql.tree.ArithmeticBinaryExpression
-
Packages that use ArithmeticBinaryExpression Package Description io.trino.sql io.trino.sql.tree -
-
Uses of ArithmeticBinaryExpression in io.trino.sql
Methods in io.trino.sql with parameters of type ArithmeticBinaryExpression Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitArithmeticBinary(ArithmeticBinaryExpression node, Void context) -
Uses of ArithmeticBinaryExpression in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type ArithmeticBinaryExpression Modifier and Type Method Description ExpressionExpressionRewriter. rewriteArithmeticBinary(ArithmeticBinaryExpression node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitArithmeticBinary(ArithmeticBinaryExpression node, C context)protected VoidDefaultTraversalVisitor. visitArithmeticBinary(ArithmeticBinaryExpression node, C context)
-