load_fragment_context_for_jobs

Function load_fragment_context_for_jobs 

Source
pub async fn load_fragment_context_for_jobs<C>(
    txn: &C,
    job_ids: HashSet<JobId>,
) -> MetaResult<LoadedFragmentContext>
where C: ConnectionTrait,
Expand description

Async load stage for job-scoped rendering. It collects all no-shuffle ensembles and the metadata required to render actor assignments later with a provided worker set.