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

Method SaveLargeReadPageReservation

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

Source from the content-addressed store, hash-verified

1071}
1072
1073void GroupingAggregator::SaveLargeReadPageReservation() {
1074 bool success = TrySaveLargeReadPageReservation();
1075 DCHECK(success);
1076}
1077
1078bool GroupingAggregator::TrySaveLargeWritePageReservation() {
1079 DCHECK_EQ(large_write_page_reservation_.GetReservation(), 0);

Callers 1

ProcessStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected