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

Method buffer_pool

be/src/runtime/bufferpool/suballocator-test.cc:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 BufferPool* buffer_pool() { return buffer_pool_.get(); }
106
107 /// Pool for objects with per-test lifetime. Cleared after every test.
108 ObjectPool obj_pool_;

Callers 2

TestQueryTeardownMethod · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected