Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ bytes
Method
bytes
be/src/runtime/bufferpool/buffer-pool-internal.h:192–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
bool empty() const { return list_.empty(); }
191
int size() const { return list_.size(); }
192
int64_t bytes() const { return bytes_; }
193
194
void DCheckConsistency() {
195
DCHECK_GE(bytes_, 0);
Callers
4
CleanPages
Method · 0.80
WriteDirtyPagesAsync
Method · 0.80
DebugStringLocked
Method · 0.80
DCheckConsistency
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected