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

Method ClaimBufferReservation

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

Source from the content-addressed store, hash-verified

391 }
392
393 Status ClaimBufferReservation(RuntimeState* state) WARN_UNUSED_RESULT {
394 return reservation_manager_.ClaimBufferReservation(state);
395 }
396
397 Status ReleaseUnusedReservation() WARN_UNUSED_RESULT {
398 return reservation_manager_.ReleaseUnusedReservation();

Callers 2

OpenMethod · 0.45
OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected