MCPcopy 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
103void Sorter::Page::Reset() {
104 DCHECK(!handle_.is_open());
105 valid_data_len_ = 0;
106 data_ = nullptr;
107}
108
109BufferPool* Sorter::Page::pool() {
110 return ExecEnv::GetInstance()->buffer_pool();

Callers 15

FreeAllMethod · 0.45
GetNextBatchMethod · 0.45
MarkBackendFinishedMethod · 0.45
ExecInternalMethod · 0.45
ReadAsyncMethod · 0.45
InitCtxMethod · 0.45
DoTransmitDataRpcMethod · 0.45
SendCurrentBatchMethod · 0.45
DoEndDataStreamRpcMethod · 0.45
ReadValuesMethod · 0.45
TestValuesMethod · 0.45

Calls 3

resetMethod · 0.65
is_openMethod · 0.45
CloseMethod · 0.45

Tested by 12

ReadValuesMethod · 0.36
TestValuesMethod · 0.36
TestTransferMemoryMethod · 0.36
TestAttachMemoryMethod · 0.36
TEST_FFunction · 0.36
TestShortDebugStringMethod · 0.36
ReadOutStreamMethod · 0.36