@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| 限定符和类型 | 方法和说明 |
|---|---|
DynamicTableSource |
createDynamicTableSource(DynamicTableFactory.Context context)
Creates a
DynamicTableSource instance from a CatalogTable and additional
context information. |
factoryIdentifier, optionalOptions, requiredOptionsDynamicTableSource 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–2021 The Apache Software Foundation. All rights reserved.