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

Method TryIncreaseReservation

be/src/exec/scanner-context.cc:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void ScannerContext::TryIncreaseReservation(int64_t ideal_reservation) {
63 total_reservation_ = scan_node_->IncreaseReservationIncrementally(
64 total_reservation_, ideal_reservation);
65}
66
67void ScannerContext::ReleaseCompletedResources(bool done) {
68 for (int i = 0; i < streams_.size(); ++i) {

Callers 1

Tested by

no test coverage detected