Uses of Class
io.trino.sql.tree.ArithmeticUnaryExpression
-
Packages that use ArithmeticUnaryExpression Package Description io.trino.sql io.trino.sql.tree -
-
Uses of ArithmeticUnaryExpression in io.trino.sql
Methods in io.trino.sql with parameters of type ArithmeticUnaryExpression Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitArithmeticUnary(ArithmeticUnaryExpression node, Void context) -
Uses of ArithmeticUnaryExpression in io.trino.sql.tree
Methods in io.trino.sql.tree that return ArithmeticUnaryExpression Modifier and Type Method Description static ArithmeticUnaryExpressionArithmeticUnaryExpression. negative(Expression value)static ArithmeticUnaryExpressionArithmeticUnaryExpression. negative(NodeLocation location, Expression value)static ArithmeticUnaryExpressionArithmeticUnaryExpression. positive(Expression value)static ArithmeticUnaryExpressionArithmeticUnaryExpression. positive(NodeLocation location, Expression value)Methods in io.trino.sql.tree with parameters of type ArithmeticUnaryExpression Modifier and Type Method Description ExpressionExpressionRewriter. rewriteArithmeticUnary(ArithmeticUnaryExpression node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitArithmeticUnary(ArithmeticUnaryExpression node, C context)protected VoidDefaultTraversalVisitor. visitArithmeticUnary(ArithmeticUnaryExpression node, C context)
-