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

Method addBuilder

bolt/exec/HashJoinBridge.cpp:44–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void HashJoinBridge::addBuilder() {
45 std::lock_guard<std::mutex> l(mutex_);
46
47 // In morsel-driven mode, then it is possible to add more builders after the
48 // hashbridge is started when the task is initiated.
49 if (!isMorselDriven_) {
50 BOLT_CHECK(!started_);
51 }
52 ++numBuilders_;
53}
54
55bool HashJoinBridge::setHashTable(
56 std::shared_ptr<BaseHashTable> table,

Callers 2

HashBuildMethod · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.64