| Package | Description |
|---|---|
| org.apache.flink.table.functions |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SpecializedFunction.SpecializedContext
Provides call and session information for the specialized function.
|
| Modifier and Type | Method and Description |
|---|---|
static UserDefinedFunction |
UserDefinedFunctionHelper.createSpecializedFunction(String functionName,
FunctionDefinition definition,
CallContext callContext,
ClassLoader builtInClassLoader,
org.apache.flink.configuration.ReadableConfig configuration,
SpecializedFunction.ExpressionEvaluatorFactory evaluatorFactory)
Creates the runtime implementation of a
FunctionDefinition as an instance of UserDefinedFunction. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.