| Package | Description |
|---|---|
| com.facebook.presto.common.function |
| Modifier and Type | Method and Description |
|---|---|
static OperatorType |
OperatorType.flip(OperatorType operator) |
static OperatorType |
OperatorType.negate(OperatorType operator) |
static OperatorType |
OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorType[] |
OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<OperatorType> |
OperatorType.tryGetOperatorType(QualifiedObjectName operatorName) |
| Modifier and Type | Method and Description |
|---|---|
static OperatorType |
OperatorType.flip(OperatorType operator) |
static OperatorType |
OperatorType.negate(OperatorType operator) |
Copyright © 2012–2022. All rights reserved.