@PublicEvolving public interface DynamicTableFactory extends Factory
Dynamic tables are the core concept of Flink's Table & SQL API for processing both bounded and unbounded data in a unified fashion.
Implement DynamicTableSourceFactory for constructing a DynamicTableSource.
Implement DynamicTableSinkFactory for constructing a DynamicTableSink.
The options FactoryUtil.PROPERTY_VERSION and FactoryUtil.CONNECTOR are
implicitly added and must not be declared.
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
DynamicTableFactory.Context
Provides catalog and session information describing the dynamic table to be accessed.
|
factoryIdentifier, optionalOptions, requiredOptionsCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.