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

Method DecreaseReservationTo

be/src/runtime/bufferpool/buffer-pool.cc:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323Status BufferPool::ClientHandle::DecreaseReservationTo(
324 int64_t max_decrease, int64_t target_bytes) {
325 return impl_->DecreaseReservationTo(max_decrease, target_bytes);
326}
327
328int64_t BufferPool::ClientHandle::GetReservation() const {
329 return impl_->reservation()->GetReservation();

Callers 5

TEST_FFunction · 0.80
RunBenchmarksFunction · 0.80

Calls 4

minFunction · 0.85
OKFunction · 0.85
GetReservationMethod · 0.45
DecreaseReservationMethod · 0.45

Tested by 1

TEST_FFunction · 0.64