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

Method RestoreLargeReadPageReservation

be/src/exec/grouping-aggregator.cc:1110–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108}
1109
1110void GroupingAggregator::RestoreLargeReadPageReservation() {
1111 int64_t extra_read_reservation = large_read_page_reservation_.GetReservation();
1112 DCHECK_EQ(extra_read_reservation, resource_profile_.max_row_buffer_size
1113 - resource_profile_.spillable_buffer_size);
1114 buffer_pool_client()->RestoreAllReservation(&large_read_page_reservation_);
1115}
1116
1117BufferPool::ClientHandle* GroupingAggregator::buffer_pool_client() {
1118 return reservation_manager_.buffer_pool_client();

Callers 1

ProcessStreamMethod · 0.45

Calls 2

RestoreAllReservationMethod · 0.80
GetReservationMethod · 0.45

Tested by

no test coverage detected