| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.connector.source |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
AsyncTableFunctionProvider<T>
Provider of an
AsyncTableFunction instance as a runtime implementation for LookupTableSource. |
interface |
TableFunctionProvider<T>
Provider of a
TableFunction instance as a runtime implementation for LookupTableSource. |
| 限定符和类型 | 方法和说明 |
|---|---|
LookupTableSource.LookupRuntimeProvider |
LookupTableSource.getLookupRuntimeProvider(LookupTableSource.LookupContext context)
Returns a provider of runtime implementation for reading the data.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.