| Package | Description |
|---|---|
| io.prestosql.operator.scalar |
| Modifier and Type | Method and Description |
|---|---|
ScalarFunctionImplementation.ArgumentType |
ScalarFunctionImplementation.ArgumentProperty.getArgumentType() |
static ScalarFunctionImplementation.ArgumentType |
ScalarFunctionImplementation.ArgumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalarFunctionImplementation.ArgumentType[] |
ScalarFunctionImplementation.ArgumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ArgumentProperty(ScalarFunctionImplementation.ArgumentType argumentType,
Optional<ScalarFunctionImplementation.NullConvention> nullConvention,
Optional<Class> lambdaInterface) |
Copyright © 2012–2019. All rights reserved.