| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.connector.source | |
| org.apache.flink.table.functions | |
| org.apache.flink.table.sources | |
| org.apache.flink.table.types.extraction |
| 限定符和类型 | 方法和说明 |
|---|---|
AsyncTableFunction<T> |
AsyncTableFunctionProvider.createAsyncTableFunction()
已过时。
Creates a
AsyncTableFunction instance. |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> AsyncTableFunctionProvider<T> |
AsyncTableFunctionProvider.of(AsyncTableFunction<T> asyncTableFunction)
已过时。
Helper method for creating a static provider.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AsyncLookupFunction
A wrapper class of
AsyncTableFunction for asynchronously lookup rows matching the lookup
keys from external system. |
| 限定符和类型 | 方法和说明 |
|---|---|
AsyncTableFunction<T> |
LookupableTableSource.getAsyncLookupFunction(String[] lookupKeys)
已过时。
Gets the
AsyncTableFunction which supports async lookup one key at a time. |
| 限定符和类型 | 方法和说明 |
|---|---|
static TypeInference |
TypeInferenceExtractor.forAsyncTableFunction(DataTypeFactory typeFactory,
Class<? extends AsyncTableFunction<?>> function)
Extracts a type inference from a
AsyncTableFunction. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.