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

Method GetUsedReservation

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

Source from the content-addressed store, hash-verified

330}
331
332int64_t BufferPool::ClientHandle::GetUsedReservation() const {
333 return impl_->reservation()->GetUsedReservation();
334}
335
336int64_t BufferPool::ClientHandle::GetUnusedReservation() const {
337 return impl_->reservation()->GetUnusedReservation();

Callers 13

NextPartitionMethod · 0.45
BuildSpilledPartitionMethod · 0.45
MustSortAndSpillMethod · 0.45
TEST_FFunction · 0.45
SingleReaderTestBodyMethod · 0.45
TEST_FFunction · 0.45
CachedReadsTestBodyMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

reservationMethod · 0.45

Tested by 9

TEST_FFunction · 0.36
SingleReaderTestBodyMethod · 0.36
TEST_FFunction · 0.36
CachedReadsTestBodyMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestBufferAllocationMethod · 0.36