| Package | Description |
|---|---|
| org.apache.flink.table.functions | |
| org.apache.flink.table.functions.python | |
| org.apache.flink.table.types.extraction |
| Modifier and Type | Method and Description |
|---|---|
ScalarFunction |
ScalarFunctionDefinition.getScalarFunction()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static InputTypeStrategy |
LegacyUserDefinedFunctionInference.getInputTypeStrategy(ScalarFunction func)
Deprecated.
|
static TypeStrategy |
LegacyUserDefinedFunctionInference.getOutputTypeStrategy(ScalarFunction func)
Deprecated.
|
| Constructor and Description |
|---|
ScalarFunctionDefinition(String name,
ScalarFunction scalarFunction)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PythonScalarFunction
The wrapper of user defined python scalar function.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeInference |
TypeInferenceExtractor.forScalarFunction(DataTypeFactory typeFactory,
Class<? extends ScalarFunction> function)
Extracts a type inference from a
ScalarFunction. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.