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

Method finishSource

bolt/exec/Merge.cpp:631–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631void SpillMerger::finishSource(size_t streamIdx) const {
632 ContinueFuture future{ContinueFuture::makeEmpty()};
633 sources_[streamIdx]->enqueue(nullptr, &future);
634 BOLT_CHECK(!future.valid());
635}
636
637void SpillMerger::readFromSpillFileStream(
638 const std::weak_ptr<SpillMerger>& mergeHolder,

Callers

nothing calls this directly

Calls 2

enqueueMethod · 0.45
validMethod · 0.45

Tested by

no test coverage detected