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

Method checkProbeMismatchRow

bolt/exec/NestedLoopJoinProbe.cpp:777–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777void NestedLoopJoinProbe::checkProbeMismatchRow() {
778 // If we are processing the last batch of the build side, check if we need
779 // to add a probe mismatch record.
780 if (needsProbeMismatch(joinType_) && hasProbedAllBuildData() &&
781 !probeRowHasMatch_) {
782 prepareOutput();
783 addProbeMismatchRow();
784 ++numOutputRows_;
785 }
786}
787
788void NestedLoopJoinProbe::finishProbeInput() {
789 BOLT_CHECK_NOT_NULL(input_);

Callers

nothing calls this directly

Calls 1

needsProbeMismatchFunction · 0.85

Tested by

no test coverage detected