Uses of Class
io.trino.sql.tree.ArithmeticBinaryExpression
Packages that use ArithmeticBinaryExpression
-
Uses of ArithmeticBinaryExpression in io.trino.sql
Methods in io.trino.sql with parameters of type ArithmeticBinaryExpressionModifier and TypeMethodDescriptionprotected 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 ArithmeticBinaryExpressionModifier and TypeMethodDescriptionExpressionRewriter.rewriteArithmeticBinary(ArithmeticBinaryExpression node, C context, ExpressionTreeRewriter<C> treeRewriter) protected RAstVisitor.visitArithmeticBinary(ArithmeticBinaryExpression node, C context) protected VoidDefaultTraversalVisitor.visitArithmeticBinary(ArithmeticBinaryExpression node, C context)