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

Method Reset

be/src/exec/sort-node.cc:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197Status SortNode::Reset(RuntimeState* state, RowBatch* row_batch) {
198 num_rows_skipped_ = 0;
199 if (sorter_.get() != NULL) sorter_->Reset();
200 return ExecNode::Reset(state, row_batch);
201}
202
203void SortNode::Close(RuntimeState* state) {
204 if (is_closed()) return;

Callers 1

SortInputMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected