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

Method GetReservation

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

Source from the content-addressed store, hash-verified

326}
327
328int64_t BufferPool::ClientHandle::GetReservation() const {
329 return impl_->reservation()->GetReservation();
330}
331
332int64_t BufferPool::ClientHandle::GetUsedReservation() const {
333 return impl_->reservation()->GetUsedReservation();

Callers 15

AddIntermediateTupleMethod · 0.45
ResetMethod · 0.45
ReserveProbeBuffersMethod · 0.45
CloseMethod · 0.45
GetRowsFromPartitionMethod · 0.45
AddRowToSpilledStreamMethod · 0.45
DebugStringMethod · 0.45
ProcessStreamMethod · 0.45

Calls 1

reservationMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestBufferAllocationMethod · 0.36