pub type TableSourceFactory = Arc<dyn Fn(&ConnectorConfig, SchemaRef) -> Result<Box<dyn ReferenceTableSource>, ConnectorError> + Send + Sync>;Expand description
Factory for finite reference-table snapshots constrained by the declared schema.
Aliased Typeยง
pub struct TableSourceFactory { /* private fields */ }