Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetCleanPageBytesLimit
Method
GetCleanPageBytesLimit
be/src/runtime/bufferpool/buffer-pool.cc:295–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
}
294
295
int64_t BufferPool::GetCleanPageBytesLimit() const {
296
return allocator_->GetCleanPageBytesLimit();
297
}
298
299
int64_t BufferPool::GetNumCleanPages() const {
300
return allocator_->GetNumCleanPages();
Callers
1
GetValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected