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