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

Method getHashJoinBridgeLocked

bolt/exec/Task.cpp:1969–1973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1967}
1968
1969std::shared_ptr<HashJoinBridge> Task::getHashJoinBridgeLocked(
1970 uint32_t splitGroupId,
1971 const core::PlanNodeId& planNodeId) {
1972 return getJoinBridgeInternalLocked<HashJoinBridge>(splitGroupId, planNodeId);
1973}
1974
1975std::shared_ptr<NestedLoopJoinBridge> Task::getNestedLoopJoinBridge(
1976 uint32_t splitGroupId,

Callers 2

HashProbeMethod · 0.80
HashBuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected