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

Method Pin

be/src/runtime/sorter.cc:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88Status Sorter::Page::Pin(BufferPool::ClientHandle* client) {
89 DCHECK(!handle_.is_pinned());
90 return pool()->Pin(client, &handle_);
91}
92
93void Sorter::Page::Unpin(BufferPool::ClientHandle* client) {
94 pool()->Unpin(client, &handle_);

Callers 3

PrepareReadMethod · 0.45
PinNextReadPageMethod · 0.45
PinPageMethod · 0.45

Calls 1

is_pinnedMethod · 0.45

Tested by

no test coverage detected