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

Method SaveLargeWritePageReservation

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

Source from the content-addressed store, hash-verified

1066}
1067
1068void GroupingAggregator::SaveLargeWritePageReservation() {
1069 bool success = TrySaveLargeWritePageReservation();
1070 DCHECK(success);
1071}
1072
1073void GroupingAggregator::SaveLargeReadPageReservation() {
1074 bool success = TrySaveLargeReadPageReservation();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected