Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Reset
Method
Reset
be/src/runtime/bufferpool/buffer-pool.cc:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void BufferPool::PageHandle::Reset() {
81
page_ = NULL;
82
client_ = NULL;
83
}
84
85
int BufferPool::PageHandle::pin_count() const {
86
DCHECK(is_open());
Callers
2
buffer-pool.cc
File · 0.45
DestroyPageInternal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected