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

Method CleanupRuns

be/src/runtime/sorter.cc:913–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911}
912
913void Sorter::Run::CleanupRuns(deque<Sorter::Run*>* runs) {
914 for (Run* run : *runs) {
915 run->CloseAllPages();
916 }
917 runs->clear();
918}
919
920int Sorter::Run::NumOpenPages(const vector<Sorter::Page>& pages) {
921 int count = 0;

Callers

nothing calls this directly

Calls 2

CloseAllPagesMethod · 0.80
clearMethod · 0.65

Tested by

no test coverage detected