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

Method TransferReservationTo

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

Source from the content-addressed store, hash-verified

344}
345
346Status BufferPool::ClientHandle::TransferReservationTo(
347 ReservationTracker* dst, int64_t bytes, bool* transferred) {
348 return impl_->TransferReservationTo(dst, bytes, transferred);
349}
350
351Status BufferPool::ClientHandle::TransferReservationTo(ClientHandle* dst, int64_t bytes,
352 bool* transferred) {

Callers 11

ReturnReservationMethod · 0.45
ReturnMethod · 0.45
TEST_FFunction · 0.45
SaveReservationMethod · 0.45
RestoreReservationMethod · 0.45
CloseMethod · 0.45
TestWriteErrorMethod · 0.45

Calls 3

OKFunction · 0.85
is_registeredMethod · 0.80
reservationMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TestWriteErrorMethod · 0.36