Package org.apache.flink.table.factories
Interface DynamicTableSourceFactory
- All Superinterfaces:
DynamicTableFactory,Factory
Creates a
DynamicTableSource instance from a CatalogTable and additional context
information.
See Factory for more information about the general design of a factory.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.factories.DynamicTableFactory
DynamicTableFactory.Context -
Method Summary
Modifier and TypeMethodDescriptionCreates aDynamicTableSourceinstance from aCatalogTableand additional context information.Methods inherited from interface org.apache.flink.table.factories.DynamicTableFactory
forwardOptionsMethods inherited from interface org.apache.flink.table.factories.Factory
factoryIdentifier, optionalOptions, requiredOptions
-
Method Details
-
createDynamicTableSource
Creates aDynamicTableSourceinstance from aCatalogTableand additional context information.An implementation should perform validation and the discovery of further (nested) factories in this method.
-