| 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 |
nothing calls this directly
no test coverage detected