Skip to main content

Module connector_table

Module connector_table 

Source
Expand description

DataFusion TableProviderFactory implementations backed by krishiv_connectors::ConnectorRegistry.

Structs§

ConnectorTableFactory
Factory for bounded connector sources opened through the registry.

Functions§

connector_config_from_ddl
Build a ConnectorConfig from a CREATE EXTERNAL TABLE command.
register_connector_table_factories
Register PARQUET, S3, and KAFKA DDL factories on a DataFusion table-factory map.
shared_connector_registry
Shared registry instance for SQL DDL table factories.