Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Reset
Method
Reset
be/src/runtime/sorter.cc:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void Sorter::Page::Reset() {
104
DCHECK(!handle_.is_open());
105
valid_data_len_ = 0;
106
data_ = nullptr;
107
}
108
109
BufferPool* Sorter::Page::pool() {
110
return ExecEnv::GetInstance()->buffer_pool();
Callers
15
FreeAll
Method · 0.45
GetNextBatch
Method · 0.45
ExecuteIntermediateMerge
Method · 0.45
MarkBackendFinished
Method · 0.45
ExecInternal
Method · 0.45
ReadAsync
Method · 0.45
InitCtx
Method · 0.45
DoTransmitDataRpc
Method · 0.45
SendCurrentBatch
Method · 0.45
DoEndDataStreamRpc
Method · 0.45
ReadValues
Method · 0.45
TestValues
Method · 0.45
Calls
3
reset
Method · 0.65
is_open
Method · 0.45
Close
Method · 0.45
Tested by
12
ReadValues
Method · 0.36
TestValues
Method · 0.36
TestIntValuesInterleaved
Method · 0.36
TestTransferMemory
Method · 0.36
TestAttachMemory
Method · 0.36
TestFlushResourcesReadWrite
Method · 0.36
AppendToReadWriteStream
Method · 0.36
TEST_F
Function · 0.36
TestDeferAdvancingReadPage
Method · 0.36
TestUnpinAfterFullStreamRead
Method · 0.36
TestShortDebugString
Method · 0.36
ReadOutStream
Method · 0.36