| Package | Description |
|---|---|
| com.facebook.presto.common.function | |
| com.facebook.presto.common.type |
| Modifier and Type | Method and Description |
|---|---|
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(QualifiedFunctionName operatorName) |
| Modifier and Type | Method and Description |
|---|---|
MethodHandle |
TypeManager.resolveOperator(OperatorType operatorType,
List<? extends Type> argumentTypes) |
Copyright © 2012–2020. All rights reserved.