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

Method CollectData

library/cpp/par/par_master.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 return new TEnvironment(QueryProc.Get(), ContextMaster.Get(), envId, EnvId, ContextMaster->GetComputer2HostId(EnvId));
216 }
217 void CollectData(const TVector<TDataLocation>& data, TVector<TVector<char>>* res) override {
218 NPar::CollectData(data, res, ContextMaster->GetWriteBuffer(), QueryProc.Get());
219 }
220 };
221
222 //////////////////////////////////////////////////////////////////////////

Callers 1

CollectDataMethod · 0.45

Calls 3

CollectDataFunction · 0.85
GetWriteBufferMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected