pub async fn make_streams_view(
runtime: Arc<RuntimeEnv>,
lake: Arc<DataLakeConnection>,
view_factory: Arc<ViewFactory>,
) -> Result<SqlBatchView, Error>Expand description
Creates a new SqlBatchView for streams.
pub async fn make_streams_view(
runtime: Arc<RuntimeEnv>,
lake: Arc<DataLakeConnection>,
view_factory: Arc<ViewFactory>,
) -> Result<SqlBatchView, Error>Creates a new SqlBatchView for streams.