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

Method CollectData

library/cpp/par/par_mr.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 return Parent->RegisterData(tblId, versionId, obj);
129 }
130 void CollectData(const TVector<TDataLocation>& data, TVector<TVector<char>>* res) override {
131 Parent->CollectData(data, res);
132 }
133 };
134
135 class TRemoteMRCommandExec: public IMRCommandCompleteNotify, public TNonCopyable {

Callers

nothing calls this directly

Calls 1

CollectDataMethod · 0.45

Tested by

no test coverage detected