MCPcopy 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
80void BufferPool::PageHandle::Reset() {
81 page_ = NULL;
82 client_ = NULL;
83}
84
85int BufferPool::PageHandle::pin_count() const {
86 DCHECK(is_open());

Callers 2

buffer-pool.ccFile · 0.45
DestroyPageInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected