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

Method buffer_pool_client

be/src/runtime/reservation-manager.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 void Close(RuntimeState* state);
47
48 BufferPool::ClientHandle* buffer_pool_client() { return &buffer_pool_client_; }
49
50 /// Initialize 'buffer_pool_client_' and claim the initial reservation. The client is
51 /// cleaned up in Close(). Should not be called if the client is already open.

Callers 2

AddBatchWorkMethod · 0.45
OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected