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

Method getNestedLoopJoinBridge

bolt/exec/Task.cpp:1975–1979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1973}
1974
1975std::shared_ptr<NestedLoopJoinBridge> Task::getNestedLoopJoinBridge(
1976 uint32_t splitGroupId,
1977 const core::PlanNodeId& planNodeId) {
1978 return getJoinBridgeInternal<NestedLoopJoinBridge>(splitGroupId, planNodeId);
1979}
1980
1981template <class TBridgeType>
1982std::shared_ptr<TBridgeType> Task::getJoinBridgeInternal(

Callers 2

noMoreInputMethod · 0.80
getBuildDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected