| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.connector.source | |
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.