Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ UsePrefetch
Function
UsePrefetch
cpp/src/arrow/acero/bloom_filter.h:220–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
#endif
219
220
bool UsePrefetch() const {
221
return num_blocks_ * sizeof(uint64_t) > kPrefetchLimitBytes;
222
}
223
224
static constexpr int64_t kPrefetchLimitBytes = 256 * 1024;
225
Callers
2
FindImp
Method · 0.85
Find
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected