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

Method RestoreLargeReadPageReservation

be/src/runtime/buffered-tuple-stream.cc:503–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void BufferedTupleStream::RestoreLargeReadPageReservation() {
504 DCHECK(!pinned_);
505 buffer_pool_client_->RestoreAllReservation(&large_read_page_reservation_);
506}
507
508bool BufferedTupleStream::HasLargeReadPageReservation() {
509 return large_read_page_reservation_.GetReservation() > 0;

Callers

nothing calls this directly

Calls 1

RestoreAllReservationMethod · 0.80

Tested by

no test coverage detected