| Package | Description |
|---|---|
| org.apache.flink.table.connector.source | |
| org.apache.flink.table.functions | |
| org.apache.flink.table.sources | |
| org.apache.flink.table.types.extraction |
| Modifier and Type | Method and Description |
|---|---|
AsyncTableFunction<T> |
AsyncTableFunctionProvider.createAsyncTableFunction()
Deprecated.
Creates a
AsyncTableFunction instance. |
| Modifier and Type | Method and Description |
|---|---|
static <T> AsyncTableFunctionProvider<T> |
AsyncTableFunctionProvider.of(AsyncTableFunction<T> asyncTableFunction)
Deprecated.
Helper method for creating a static provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncLookupFunction
A wrapper class of
AsyncTableFunction for asynchronously lookup rows matching the lookup
keys from external system. |
| Modifier and Type | Method and Description |
|---|---|
AsyncTableFunction<T> |
LookupableTableSource.getAsyncLookupFunction(String[] lookupKeys)
Deprecated.
Gets the
AsyncTableFunction which supports async lookup one key at a time. |
| Modifier and Type | Method and Description |
|---|---|
static TypeInference |
TypeInferenceExtractor.forAsyncTableFunction(DataTypeFactory typeFactory,
Class<? extends AsyncTableFunction<?>> function)
Extracts a type inference from a
AsyncTableFunction. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.