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

Method Reset

be/src/exec/partial-sort-node.cc:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175Status PartialSortNode::Reset(RuntimeState* state, RowBatch* row_batch) {
176 DCHECK(false) << "PartialSortNode cannot be part of a subplan.";
177 return Status("Cannot reset partial sort");
178}
179
180void PartialSortNode::Close(RuntimeState* state) {
181 if (is_closed()) return;

Callers 1

GetNextMethod · 0.45

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected