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

Method DestroyAll

be/src/runtime/bufferpool/buffer-pool-test.cc:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 }
291
292 void DestroyAll(BufferPool* pool, ClientHandle* client, vector<PageHandle>* pages) {
293 for (auto& page : *pages) pool->DestroyPage(client, &page);
294 }
295
296 /// Write some deterministically-generated sentinel values to pages or buffers. The same
297 /// data is written each time for objects[i], based on start_num + i.

Callers

nothing calls this directly

Calls 1

DestroyPageMethod · 0.80

Tested by

no test coverage detected