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

Method GetExecPlan

library/cpp/par/par_remote.h:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 void IncLastCount(int compId);
179
180 void GetExecPlan(TVector<ui16>* res) {
181 *res = UniversalExecPlan;
182 }
183 TGUID SendQuery(int compId, const char* query, TVector<char>* cmd, IRemoteQueryResponseNotify* proc, int resId);
184 void CancelQuery(const TGUID& req);
185 void RegisterCmdType(const char* sz, ICmdProcessor* p);

Callers 1

ScheduleJobRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected