Skip to main content

Module table_reader

Module table_reader 

Source
Expand description

Table reader trait for format-specific data reading.

Inspired by Presto’s ConnectorPageSourceProvider, this trait decouples data format reading from catalog metadata. Each implementation handles one or more data formats and is reusable across any [CatalogProvider].

Traits§

TableReader
Reads table data in a specific format and registers it into a DataFusion SessionContext.