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

Method CollectData

library/cpp/par/par_mr.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 return TDataLocation(id, QueryProc->GetCompId());
80 }
81 void CollectData(const TVector<TDataLocation>& data, TVector<TVector<char>>* res) override {
82 NPar::CollectData(data, res, WriteBuffer.Get(), QueryProc.Get());
83 }
84 TRemoteQueryProcessor* GetQueryProc() const {
85 return QueryProc.Get();
86 }

Callers 1

CollectDataMethod · 0.45

Calls 2

CollectDataFunction · 0.85
GetMethod · 0.45

Tested by

no test coverage detected