MCPcopy 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
45bool needsBuildMismatch(core::JoinType joinType) {
46 return isRightJoin(joinType) || isFullJoin(joinType);
47}
48
49std::vector<IdentityProjection> extractProjections(
50 const RowTypePtr& srcType,

Callers 5

isBlockedMethod · 0.85
noMoreInputMethod · 0.85
addToOutputMethod · 0.85
finishProbeInputMethod · 0.85
beginBuildMismatchMethod · 0.85

Calls 2

isRightJoinFunction · 0.85
isFullJoinFunction · 0.85

Tested by

no test coverage detected