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

Method Reset

be/src/exec/select-node.cc:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124Status SelectNode::Reset(RuntimeState* state, RowBatch* row_batch) {
125 child_row_batch_->TransferResourceOwnership(row_batch);
126 child_row_idx_ = 0;
127 child_eos_ = false;
128 return ExecNode::Reset(state, row_batch);
129}
130
131void SelectNode::Close(RuntimeState* state) {
132 if (is_closed()) return;

Callers 1

GetNextMethod · 0.45

Calls 1

Tested by

no test coverage detected