| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
ArithmeticUnaryExpression.Sign |
ArithmeticUnaryExpression.getSign() |
static ArithmeticUnaryExpression.Sign |
ArithmeticUnaryExpression.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.
|
| Constructor and Description |
|---|
ArithmeticUnaryExpression(ArithmeticUnaryExpression.Sign sign,
Expression value) |
ArithmeticUnaryExpression(NodeLocation location,
ArithmeticUnaryExpression.Sign sign,
Expression value) |
Copyright © 2012–2023. All rights reserved.