pub async fn start_stream(
provider_config: ProviderConfig,
query: Query,
) -> Result<DataStream>Expand description
Creates an async stream of Arrow RecordBatches from the configured provider.
pub async fn start_stream(
provider_config: ProviderConfig,
query: Query,
) -> Result<DataStream>Creates an async stream of Arrow RecordBatches from the configured provider.