start_stream

Function start_stream 

Source
pub async fn start_stream(
    provider_config: ProviderConfig,
    query: Query,
) -> Result<Pin<Box<dyn Stream<Item = Result<BTreeMap<String, RecordBatch>>> + Send + Sync>>>
Expand description

Creates an async stream of Arrow RecordBatches from the configured provider.