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

Method DebugStringCallback

be/src/runtime/bufferpool/buffer-pool.cc:870–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870bool BufferPool::Page::DebugStringCallback(stringstream* ss, BufferPool::Page* page) {
871 lock_guard<SpinLock> pl(page->buffer_lock);
872 (*ss) << page->DebugString() << "\n";
873 return true;
874}
875
876string BufferPool::BufferHandle::DebugString() const {
877 if (is_open()) {

Callers

nothing calls this directly

Calls 1

DebugStringMethod · 0.45

Tested by

no test coverage detected