| Package | Description |
|---|---|
| com.yahoo.bullet.query.expressions |
| Modifier and Type | Field and Description |
|---|---|
static Set<Operation> |
Operation.BINARY_OPERATIONS |
static Set<Operation> |
Operation.N_ARY_OPERATIONS |
static Set<Operation> |
Operation.UNARY_OPERATIONS |
| Modifier and Type | Method and Description |
|---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryExpression(Expression left,
Expression right,
Operation op)
Constructor that creates a binary expression.
|
NAryExpression(List<Expression> operands,
Operation op)
Constructor that creates an n-ary expression.
|
UnaryExpression(Expression operand,
Operation op)
Constructor that creates a unary expression.
|
Copyright © 2021. All rights reserved.