@Internal public class ProcedureDefinition extends Object implements FunctionDefinition
FunctionDefinition.| 限定符和类型 | 字段和说明 |
|---|---|
static String |
PROCEDURE_CALL
the name for the methods to be involved in the procedure.
|
| 构造器和说明 |
|---|
ProcedureDefinition(Procedure procedure) |
| 限定符和类型 | 方法和说明 |
|---|---|
FunctionKind |
getKind()
Returns the kind of function this definition describes.
|
TypeInference |
getTypeInference(DataTypeFactory typeFactory)
Returns the logic for performing type inference of a call to this function definition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequirements, isDeterministic, supportsConstantFoldingpublic ProcedureDefinition(Procedure procedure)
public FunctionKind getKind()
FunctionDefinitiongetKind 在接口中 FunctionDefinitionpublic TypeInference getTypeInference(DataTypeFactory typeFactory)
FunctionDefinitionThe type inference process is responsible for inferring unknown types of input arguments, validating input arguments, and producing result types. The type inference process happens independent of a function body. The output of the type inference is used to search for a corresponding runtime implementation.
Instances of type inference can be created by using TypeInference.newBuilder().
See BuiltInFunctionDefinitions for concrete usage examples.
getTypeInference 在接口中 FunctionDefinitionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.