Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetDescription
Method
GetDescription
be/src/util/thread-pool.h:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
virtual std::string GetDescription() {
254
DCHECK(false) <<
"GetDescription() must be implemented"
;
255
return
""
;
256
}
257
258
private:
259
friend class SynchronousThreadPool;
Callers
1
SynchronousOffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected