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