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

Method Close

be/src/runtime/sorter.cc:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void Sorter::Page::Close(BufferPool::ClientHandle* client) {
99 pool()->DestroyPage(client, &handle_);
100 Reset();
101}
102
103void Sorter::Page::Reset() {
104 DCHECK(!handle_.is_open());

Callers 15

~ExecEnvMethod · 0.45
FinalizePagesMethod · 0.45
CloseAllPagesMethod · 0.45
UnpinAllPagesMethod · 0.45
DeleteAndClearPagesMethod · 0.45
ResetMethod · 0.45
TearDownMethod · 0.45
ReleaseResourcesMethod · 0.45
ReopenClientMethod · 0.45
DestroyClientMethod · 0.45
CloseConnectionsMethod · 0.45
ReleaseResourcesMethod · 0.45

Calls 3

DestroyPageMethod · 0.80
FreeAllMethod · 0.45
ClearMethod · 0.45

Tested by 15

TearDownMethod · 0.36
TearDownMethod · 0.36
JoinReceiversMethod · 0.36
SenderMethod · 0.36
TEST_FFunction · 0.36
TestScratchLimitMethod · 0.36
TestBlockVerificationMethod · 0.36
TestDirectoryLimitsMethod · 0.36
TestValuesMethod · 0.36