| Package | Description |
|---|---|
| com.facebook.presto.spi.function |
| Modifier and Type | Method and Description |
|---|---|
FunctionImplementationType |
SqlFunctionExecutor.getImplementationType() |
FunctionImplementationType |
RemoteScalarFunctionImplementation.getImplementationType() |
FunctionImplementationType |
FunctionMetadata.getImplementationType() |
static FunctionImplementationType |
FunctionImplementationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionImplementationType[] |
FunctionImplementationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FunctionMetadata(OperatorType operatorType,
List<TypeSignature> argumentTypes,
TypeSignature returnType,
FunctionKind functionKind,
FunctionImplementationType implementationType,
boolean deterministic,
boolean calledOnNullInput) |
FunctionMetadata(QualifiedObjectName name,
List<TypeSignature> argumentTypes,
List<String> argumentNames,
TypeSignature returnType,
FunctionKind functionKind,
RoutineCharacteristics.Language language,
FunctionImplementationType implementationType,
boolean deterministic,
boolean calledOnNullInput,
FunctionVersion version) |
FunctionMetadata(QualifiedObjectName name,
List<TypeSignature> argumentTypes,
TypeSignature returnType,
FunctionKind functionKind,
FunctionImplementationType implementationType,
boolean deterministic,
boolean calledOnNullInput) |
RemoteScalarFunctionImplementation(SqlFunctionHandle functionHandle,
RoutineCharacteristics.Language language,
FunctionImplementationType implementationType) |
Copyright © 2012–2022. All rights reserved.