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

Method buffer_reservation

be/src/runtime/exec-env.h:159–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 RpcMgr* rpc_mgr() const { return rpc_mgr_.get(); }
158 PoolMemTrackerRegistry* pool_mem_trackers() { return pool_mem_trackers_.get(); }
159 ReservationTracker* buffer_reservation() { return buffer_reservation_.get(); }
160 BufferPool* buffer_pool() { return buffer_pool_.get(); }
161 SystemStateInfo* system_state_info() { return system_state_info_.get(); }
162

Callers 10

PrepareMethod · 0.45
InitMethod · 0.45
SetUpMethod · 0.45
InitBufferPoolStateMethod · 0.45
NewClientMethod · 0.45
TestQueryTeardownMethod · 0.45
TEST_FFunction · 0.45
BenchmarkFunction · 0.45
RunBenchmarksFunction · 0.45

Calls 1

getMethod · 0.65

Tested by 3

SetUpMethod · 0.36
TestQueryTeardownMethod · 0.36
TEST_FFunction · 0.36