MCPcopy Create free account
hub / github.com/catboost/catboost / Launch

Method Launch

library/cpp/par/par_exec.h:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183 public:
184 static void Launch(TJobRequest* jobRequest,
185 IMRCommandCompleteNotify* completeNotify,
186 TVector<TVector<char>>* results,
187 TVector<bool>* resultHasData) {
188 TIntrusivePtr<TReduceExec> op = new TReduceExec(jobRequest, completeNotify, results, resultHasData);
189 op->StartReduce();
190 }
191 };
192
193 bool RescheduleJobRequest(TJobRequest* src, const TVector<ui16>& parentExecPlan, int localCompId, int ignoreCompId);

Callers

nothing calls this directly

Calls 1

StartReduceMethod · 0.45

Tested by

no test coverage detected