| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.connector.source | |
| org.apache.flink.table.factories |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
LookupTableSource
A
DynamicTableSource that looks up rows of an external storage system by one or more keys
during runtime. |
interface |
ScanTableSource
A
DynamicTableSource that scans all rows from an external storage system during runtime. |
| 限定符和类型 | 方法和说明 |
|---|---|
DynamicTableSource |
DynamicTableSource.copy()
Creates a copy of this instance during planning.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DynamicTableSource |
DynamicTableSourceFactory.createDynamicTableSource(DynamicTableFactory.Context context)
Creates a
DynamicTableSource instance from a CatalogTable and additional
context information. |
static DynamicTableSource |
FactoryUtil.createTableSource(Catalog catalog,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
Creates a
DynamicTableSource from a CatalogTable. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.