| Modifier and Type | Method and Description |
|---|---|
TableFunction<T> |
TableFunctionProvider.createTableFunction()
Deprecated.
Creates a
TableFunction instance. |
| Modifier and Type | Method and Description |
|---|---|
static <T> TableFunctionProvider<T> |
TableFunctionProvider.of(TableFunction<T> tableFunction)
Deprecated.
Helper method for creating a static provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupFunction
A wrapper class of
TableFunction for synchronously lookup rows matching the lookup keys
from external system. |
class |
TemporalTableFunction
Class representing temporal table function over some history table.
|
| Modifier and Type | Method and Description |
|---|---|
TableFunction<?> |
TableFunctionDefinition.getTableFunction()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static InputTypeStrategy |
LegacyUserDefinedFunctionInference.getInputTypeStrategy(TableFunction<?> func)
Deprecated.
|
static <T> org.apache.flink.api.common.typeinfo.TypeInformation<T> |
UserDefinedFunctionHelper.getReturnTypeOfTableFunction(TableFunction<T> tableFunction)
Tries to infer the TypeInformation of an AggregateFunction's accumulator type.
|
static <T> org.apache.flink.api.common.typeinfo.TypeInformation<T> |
UserDefinedFunctionHelper.getReturnTypeOfTableFunction(TableFunction<T> tableFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<T> scalaType)
Tries to infer the TypeInformation of an AggregateFunction's accumulator type.
|
| Constructor and Description |
|---|
TableFunctionDefinition(String name,
TableFunction<?> tableFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PythonTableFunction
The wrapper of user defined python table function.
|
| Modifier and Type | Method and Description |
|---|---|
TableFunction<T> |
LookupableTableSource.getLookupFunction(String[] lookupKeys)
Deprecated.
Gets the
TableFunction which supports lookup one key at a time. |
| Modifier and Type | Method and Description |
|---|---|
static TypeInference |
TypeInferenceExtractor.forTableFunction(DataTypeFactory typeFactory,
Class<? extends TableFunction<?>> function)
Extracts a type inference from a
TableFunction. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.