Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
void Sorter::Page::Close(BufferPool::ClientHandle* client) {
99
pool()->DestroyPage(client, &handle_);
100
Reset();
101
}
102
103
void Sorter::Page::Reset() {
104
DCHECK(!handle_.is_open());
Callers
15
~ExecEnv
Method · 0.45
FinalizePages
Method · 0.45
CloseAllPages
Method · 0.45
UnpinAllPages
Method · 0.45
DeleteAndClearPages
Method · 0.45
Reset
Method · 0.45
TearDown
Method · 0.45
ReleaseResources
Method · 0.45
ReopenClient
Method · 0.45
DestroyClient
Method · 0.45
CloseConnections
Method · 0.45
ReleaseResources
Method · 0.45
Calls
3
DestroyPage
Method · 0.80
FreeAll
Method · 0.45
Clear
Method · 0.45
Tested by
15
TearDown
Method · 0.36
TearDown
Method · 0.36
JoinReceivers
Method · 0.36
Sender
Method · 0.36
TEST_F
Function · 0.36
TestScratchLimit
Method · 0.36
TestScratchRangeRecycling
Method · 0.36
TestBlockVerification
Method · 0.36
TestDirectoryLimits
Method · 0.36
TestCompressBufferManagement
Method · 0.36
TestValues
Method · 0.36
TestIntValuesInterleaved
Method · 0.36