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

Method CollectData

library/cpp/par/par_master.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 return TDataLocation(id, -1);
85 }
86 void CollectData(const TVector<TDataLocation>& data, TVector<TVector<char>>* res) override {
87 NPar::CollectData(data, res, ContextMaster->GetWriteBuffer(), QueryProc.Get());
88 }
89 void RunLocalOnly(TJobDescription* descr, IMRCommandCompleteNotify* completeNotify);
90 };
91

Callers

nothing calls this directly

Calls 3

CollectDataFunction · 0.85
GetWriteBufferMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected