Uses of Class
io.prestosql.sql.tree.ArithmeticUnaryExpression
-
Packages that use ArithmeticUnaryExpression Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of ArithmeticUnaryExpression in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type ArithmeticUnaryExpression Modifier and Type Method Description protected java.lang.StringExpressionFormatter.Formatter. visitArithmeticUnary(ArithmeticUnaryExpression node, java.lang.Void context) -
Uses of ArithmeticUnaryExpression in io.prestosql.sql.tree
Methods in io.prestosql.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.prestosql.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 java.lang.VoidDefaultTraversalVisitor. visitArithmeticUnary(ArithmeticUnaryExpression node, C context)
-