Uses of Class
io.trino.sql.tree.ArithmeticUnaryExpression.Sign
-
Packages that use ArithmeticUnaryExpression.Sign Package Description io.trino.sql.tree -
-
Uses of ArithmeticUnaryExpression.Sign in io.trino.sql.tree
Methods in io.trino.sql.tree that return ArithmeticUnaryExpression.Sign Modifier and Type Method Description ArithmeticUnaryExpression.SignArithmeticUnaryExpression. getSign()static ArithmeticUnaryExpression.SignArithmeticUnaryExpression.Sign. valueOf(String name)Returns the enum constant of this type with the specified name.static ArithmeticUnaryExpression.Sign[]ArithmeticUnaryExpression.Sign. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type ArithmeticUnaryExpression.Sign Constructor Description ArithmeticUnaryExpression(ArithmeticUnaryExpression.Sign sign, Expression value)ArithmeticUnaryExpression(NodeLocation location, ArithmeticUnaryExpression.Sign sign, Expression value)
-