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

Method buffer_pool_client

be/src/exec/exec-node.h:389–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387 virtual ExecutionModel getExecutionModel() const { return NON_TASK_BASED_NO_SYNC; }
388
389 BufferPool::ClientHandle* buffer_pool_client() {
390 return reservation_manager_.buffer_pool_client();
391 }
392
393 Status ClaimBufferReservation(RuntimeState* state) WARN_UNUSED_RESULT {
394 return reservation_manager_.ClaimBufferReservation(state);

Callers 6

PhjBuilderMethod · 0.45
InitStreamsMethod · 0.45
SpillMethod · 0.45
ExecDebugActionImplMethod · 0.45
ProbePartitionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected