@PublicEvolving public interface DynamicTableSourceFactory extends DynamicTableFactory
DynamicTableSource
instance from a CatalogTable
and additional context
information.
See Factory
for more information about the general design of a factory.
DynamicTableFactory.Context
Modifier and Type | Method and Description |
---|---|
DynamicTableSource |
createDynamicTableSource(DynamicTableFactory.Context context)
Creates a
DynamicTableSource instance from a CatalogTable and additional
context information. |
forwardOptions
factoryIdentifier, optionalOptions, requiredOptions
DynamicTableSource createDynamicTableSource(DynamicTableFactory.Context context)
DynamicTableSource
instance from a CatalogTable
and additional
context information.
An implementation should perform validation and the discovery of further (nested) factories in this method.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.