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

Method ensureLoadedIfNotAtEnd

bolt/exec/HashProbe.cpp:1728–1737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1726 }
1727 }
1728
1729 noMatchDetector_.finishIteration(
1730 addMiss, results_.atEnd(), outputTableRows_.size() - numPassed);
1731 } else {
1732 for (auto i = 0; i < numRows; ++i) {
1733 if (filterPassed(i)) {
1734 outputTableRows_[numPassed] = outputTableRows_[i];
1735 rawOutputProbeRowMapping[numPassed++] = rawOutputProbeRowMapping[i];
1736 }
1737 }
1738 }
1739 return numPassed;
1740}

Callers

nothing calls this directly

Calls 4

isLazyNotLoadedFunction · 0.85
childAtMethod · 0.80
containsLazyNotLoadedMethod · 0.80
atEndMethod · 0.45

Tested by

no test coverage detected