pub async fn make_log_stats_view(
runtime: Arc<RuntimeEnv>,
lake: Arc<DataLakeConnection>,
view_factory: Arc<ViewFactory>,
) -> Result<SqlBatchView, Error>Expand description
Creates a new SqlBatchView for log statistics aggregated by process, minute, level, and target.