Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetStrErrMsg
Function
GetStrErrMsg
be/src/util/error-util.cc:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
namespace impala {
31
32
string GetStrErrMsg() {
33
// Save errno.
"<<"
could reset it.
34
int e = errno;
35
return GetStrErrMsg(e);
36
}
37
38
string GetStrErrMsg(int err_no) {
39
if (err_no == 0) return
""
;
Callers
15
MoveBadDebugCacheFile
Function · 0.85
Open
Method · 0.85
GetNext
Method · 0.85
Open
Method · 0.85
Commit
Method · 0.85
SetSockOpt
Function · 0.85
CheckReplayCacheDirPermissions
Function · 0.85
EnvAppend
Function · 0.85
InitKerberosEnv
Method · 0.85
AttachStdoutStderrLocked
Function · 0.85
ImpalaShutdownSignalHandler
Function · 0.85
AbortIfError
Function · 0.85
Calls
1
str
Method · 0.45
Tested by
no test coverage detected