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

Method noMoreInput

bolt/exec/LocalPartition.cpp:625–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623}
624
625void LocalPartition::noMoreInput() {
626 Operator::noMoreInput();
627 for (const auto& queue : queues_) {
628 queue->noMoreData();
629 }
630}
631
632bool LocalPartition::isFinished() {
633 if (!futures_.empty() || !noMoreInput_) {

Callers 1

Calls 1

noMoreDataMethod · 0.45

Tested by

no test coverage detected