MCPcopy Create free account
hub / github.com/bytedance/bolt / writeToFiles

Method writeToFiles

bolt/exec/tests/LocalPartitionTest.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 std::vector<std::shared_ptr<TempFilePath>> writeToFiles(
57 const std::vector<RowVectorPtr>& vectors) {
58 auto filePaths = makeFilePaths(vectors.size());
59 for (auto i = 0; i < vectors.size(); i++) {
60 writeToFile(filePaths[i]->path, vectors[i]);
61 }
62 return filePaths;
63 }
64
65 void verifyExchangeSourceOperatorStats(
66 const std::shared_ptr<exec::Task>& task,

Callers

nothing calls this directly

Calls 2

writeToFileFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected