| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.module |
| Modifier and Type | Method and Description |
|---|---|
static DynamicTableSink |
FactoryUtil.createDynamicTableSink(DynamicTableSinkFactory preferredFactory,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
Map<String,String> enrichmentOptions,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
Creates a
DynamicTableSink from a CatalogTable. |
static DynamicTableSink |
FactoryUtil.createDynamicTableSink(DynamicTableSinkFactory preferredFactory,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
|
| Modifier and Type | Method and Description |
|---|---|
default Optional<DynamicTableSinkFactory> |
Module.getTableSinkFactory()
Returns a
DynamicTableSinkFactory for creating sink tables. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.