MCPcopy 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
231bool isHashProbeMemoryPool(const memory::MemoryPool& pool) {
232 return folly::StringPiece(pool.name()).endsWith("HashProbe");
233}
234} // namespace bytedance::bolt::exec

Callers 1

DEBUG_ONLY_TEST_FFunction · 0.85

Calls 2

endsWithMethod · 0.80
nameMethod · 0.45

Tested by 1

DEBUG_ONLY_TEST_FFunction · 0.68