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

Method SetDoneInternal

be/src/exec/kudu/kudu-scan-node.cc:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void KuduScanNode::SetDoneInternal() {
276 if (done_.Load()) return;
277 done_.Store(true);
278 thread_state_.Shutdown();
279}
280
281void KuduScanNode::SetDone() {
282 unique_lock<mutex> l(lock_);

Callers

nothing calls this directly

Calls 3

LoadMethod · 0.45
StoreMethod · 0.45
ShutdownMethod · 0.45

Tested by

no test coverage detected