MCPcopy Create free account
hub / github.com/apache/impala / Unpin

Method Unpin

be/src/runtime/sorter.cc:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void Sorter::Page::Unpin(BufferPool::ClientHandle* client) {
94 pool()->Unpin(client, &handle_);
95 data_ = nullptr;
96}
97
98void Sorter::Page::Close(BufferPool::ClientHandle* client) {
99 pool()->DestroyPage(client, &handle_);

Callers 4

FinalizePagesMethod · 0.45
UnpinAllPagesMethod · 0.45
TryAddPageMethod · 0.45
UnpinPageIfNeededMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected