Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ isHashProbeMemoryPool
Function
isHashProbeMemoryPool
bolt/exec/HashJoinBridge.cpp:231–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
bool isHashProbeMemoryPool(const memory::MemoryPool& pool) {
232
return folly::StringPiece(pool.name()).endsWith(
"HashProbe"
);
233
}
234
} // namespace bytedance::bolt::exec
Callers
1
DEBUG_ONLY_TEST_F
Function · 0.85
Calls
2
endsWith
Method · 0.80
name
Method · 0.45
Tested by
1
DEBUG_ONLY_TEST_F
Function · 0.68