| Package | Description |
|---|---|
| org.apache.flink.table.factories |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicTableSinkFactory
Creates a
DynamicTableSink instance from a CatalogTable and additional context
information. |
interface |
DynamicTableSourceFactory
Creates a
DynamicTableSource instance from a CatalogTable and additional context
information. |
interface |
ManagedTableFactory
Deprecated.
This interface will be removed soon. Please see FLIP-346 for more details.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends DynamicTableFactory> |
FactoryUtil.getDynamicTableFactory(Class<T> factoryClass,
Catalog catalog)
Returns the
DynamicTableFactory via Catalog. |
| Modifier and Type | Method and Description |
|---|---|
static FactoryUtil.TableFactoryHelper |
FactoryUtil.createTableFactoryHelper(DynamicTableFactory factory,
DynamicTableFactory.Context context)
Creates a utility that helps in discovering formats, merging options with
DynamicTableFactory.Context.getEnrichmentOptions() and validating them all for a DynamicTableFactory. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.