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