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

Method getCustomJoinBridge

bolt/exec/Task.cpp:1947–1951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1945}
1946
1947std::shared_ptr<JoinBridge> Task::getCustomJoinBridge(
1948 uint32_t splitGroupId,
1949 const core::PlanNodeId& planNodeId) {
1950 return getJoinBridgeInternal<JoinBridge>(splitGroupId, planNodeId);
1951}
1952
1953void Task::addNestedLoopJoinBridgesLocked(
1954 uint32_t splitGroupId,

Callers 3

isBlockedMethod · 0.80
noMoreInputMethod · 0.80
isBlockedMethod · 0.80

Calls

no outgoing calls

Tested by 3

isBlockedMethod · 0.64
noMoreInputMethod · 0.64
isBlockedMethod · 0.64