Uses of Enum
io.trino.sql.tree.ArithmeticUnaryExpression.Sign
Packages that use ArithmeticUnaryExpression.Sign
-
Uses of ArithmeticUnaryExpression.Sign in io.trino.sql.tree
Methods in io.trino.sql.tree that return ArithmeticUnaryExpression.SignModifier and TypeMethodDescriptionArithmeticUnaryExpression.getSign()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.SignModifierConstructorDescriptionArithmeticUnaryExpression(NodeLocation location, ArithmeticUnaryExpression.Sign sign, Expression value)