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

Method HasLargeReadPageReservation

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

Source from the content-addressed store, hash-verified

506}
507
508bool BufferedTupleStream::HasLargeReadPageReservation() {
509 return large_read_page_reservation_.GetReservation() > 0;
510}
511
512Status BufferedTupleStream::NextReadPage(ReadIterator* read_iter) {
513 DCHECK(read_iter->is_valid());

Callers 1

ProcessStreamMethod · 0.80

Calls 1

GetReservationMethod · 0.45

Tested by

no test coverage detected