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

Method Run

library/cpp/par/par_mr.cpp:201–203  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

199
200 //////////////////////////////////////////////////////////////////////////
201 void TUserContext::Run(TJobDescription* descr, IMRCommandCompleteNotify* completeNotify) {
202 AsyncStartGroupRequest(descr, QueryProc.Get(), this, completeNotify);
203 }
204
205 IUserContext* TUserContext::CreateLocalOnlyContext() {
206 return new TLocalUserContext(this);

Callers 6

TNehRequesterMethod · 0.45
TNetlibaRequesterMethod · 0.45
TJobExecutorMethod · 0.45
TRemoteQueryProcessorMethod · 0.45
MRCommandCompleteMethod · 0.45
ExecAsyncMethod · 0.45

Calls 3

AsyncStartGroupRequestFunction · 0.85
GetQueryProcMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected