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

Method ReleaseRecvrResources

be/src/exec/exchange-node.cc:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void ExchangeNode::ReleaseRecvrResources(RowBatch* output_batch) {
182 stream_recvr_->TransferAllResources(output_batch);
183 stream_recvr_->CancelStream();
184}
185
186Status ExchangeNode::GetNext(RuntimeState* state, RowBatch* output_batch, bool* eos) {
187 SCOPED_TIMER(runtime_profile_->total_time_counter());

Callers

nothing calls this directly

Calls 2

TransferAllResourcesMethod · 0.80
CancelStreamMethod · 0.80

Tested by

no test coverage detected