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

Method Reset

be/src/exec/cardinality-check-node.cc:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107Status CardinalityCheckNode::Reset(RuntimeState* state, RowBatch* row_batch) {
108 row_batch_->Reset();
109 return ExecNode::Reset(state, row_batch);
110}
111
112void CardinalityCheckNode::Close(RuntimeState* state) {
113 if (is_closed()) return;

Callers 2

OpenMethod · 0.45
GetNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected