| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.factories |
| 限定符和类型 | 方法和说明 |
|---|---|
ResolvedCatalogTable |
ResolvedCatalogTable.copy(Map<String,String> options) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,String> |
CatalogPropertiesUtil.serializeCatalogTable(ResolvedCatalogTable resolvedTable)
Serializes the given
ResolvedCatalogTable into a map of string properties. |
| 限定符和类型 | 方法和说明 |
|---|---|
ResolvedCatalogTable |
DynamicTableFactory.Context.getCatalogTable()
Returns the resolved table information received from the
Catalog. |
ResolvedCatalogTable |
FactoryUtil.DefaultDynamicTableContext.getCatalogTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DynamicTableSink |
FactoryUtil.createTableSink(Catalog catalog,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
Creates a
DynamicTableSink from a CatalogTable. |
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. |
| 构造器和说明 |
|---|
DefaultDynamicTableContext(ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.