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