| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Method and Description |
|---|---|
LogicalBinaryExpression.Operator |
LogicalBinaryExpression.Operator.flip() |
LogicalBinaryExpression.Operator |
LogicalBinaryExpression.getOperator() |
static LogicalBinaryExpression.Operator |
LogicalBinaryExpression.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalBinaryExpression.Operator[] |
LogicalBinaryExpression.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LogicalBinaryExpression(LogicalBinaryExpression.Operator operator,
Expression left,
Expression right) |
LogicalBinaryExpression(NodeLocation location,
LogicalBinaryExpression.Operator operator,
Expression left,
Expression right) |
Copyright © 2012–2023. All rights reserved.