Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ needsBuildMismatch
Function
needsBuildMismatch
bolt/exec/NestedLoopJoinProbe.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
bool needsBuildMismatch(core::JoinType joinType) {
46
return isRightJoin(joinType) || isFullJoin(joinType);
47
}
48
49
std::vector<IdentityProjection> extractProjections(
50
const RowTypePtr& srcType,
Callers
5
isBlocked
Method · 0.85
noMoreInput
Method · 0.85
addToOutput
Method · 0.85
finishProbeInput
Method · 0.85
beginBuildMismatch
Method · 0.85
Calls
2
isRightJoin
Function · 0.85
isFullJoin
Function · 0.85
Tested by
no test coverage detected