build_loaded_context

Function build_loaded_context 

Source
async fn build_loaded_context<C>(
    txn: &C,
    ensembles: Vec<NoShuffleEnsemble>,
    fragment_map: HashMap<FragmentId, Model>,
    job_map: HashMap<JobId, Model>,
) -> MetaResult<LoadedFragmentContext>
where C: ConnectionTrait,