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

Method RegisterData

library/cpp/par/par_master.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 IUserContext* CreateLocalOnlyContext() override;
69
70 TDataLocation RegisterData(int tblId, ui64 versionId, TVector<char>* p) override {
71 TLocalDataBuffer* wb = ContextMaster->GetWriteBuffer();
72 i64 id = wb->SetData(tblId, versionId, p);
73 return TDataLocation(id, -1);
74 }
75
76 TDataLocation RegisterData(int tblId, ui64 versionId, TVector<TVector<char>>* p) override {
77 TLocalDataBuffer* wb = ContextMaster->GetWriteBuffer();

Callers 1

RegisterDataMethod · 0.45

Calls 4

TDataLocationClass · 0.70
GetWriteBufferMethod · 0.45
SetDataMethod · 0.45
SetObjectMethod · 0.45

Tested by

no test coverage detected