Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ IsInternalError
Method
IsInternalError
be/src/common/status.h:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
bool IsInternalError() const {
231
return msg_ != NULL
232
&& msg_->error() == TErrorCode::INTERNAL_ERROR;
233
}
234
235
bool IsRecoverableError() const {
236
return msg_ != NULL
Callers
2
GetNextInternal
Method · 0.80
IsBlacklistableError
Method · 0.80
Calls
1
error
Method · 0.45
Tested by
no test coverage detected