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

Method Shutdown

be/src/exec/scan-node.cc:372–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void ScanNode::ScannerThreadState::Shutdown() {
373 if (batch_queue_ != nullptr) batch_queue_->Shutdown();
374}
375
376void ScanNode::ScannerThreadState::Close(ScanNode* parent) {
377 scanner_threads_.JoinAll();

Callers 2

SetDoneInternalMethod · 0.45
SetDoneInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected