@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.
Modifier and Type | Interface and Description |
---|---|
static interface |
DynamicTableFactory.Context
Provides catalog and session information describing the dynamic table to be accessed.
|
factoryIdentifier, optionalOptions, requiredOptions
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.