Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
void KuduScanNode::SetDoneInternal() {
276
if (done_.Load()) return;
277
done_.Store(true);
278
thread_state_.Shutdown();
279
}
280
281
void KuduScanNode::SetDone() {
282
unique_lock<mutex> l(lock_);
Callers
nothing calls this directly
Calls
3
Load
Method · 0.45
Store
Method · 0.45
Shutdown
Method · 0.45
Tested by
no test coverage detected