| Package | Description |
|---|---|
| org.apache.flink.table.connector.source |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.