Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ code
Method
code
be/src/common/status.h:270–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
const std::string GetDetail() const;
269
270
TErrorCode::type code() const {
271
return msg_ == NULL ? TErrorCode::OK : msg_->error();
272
}
273
274
static const char* LLVM_CLASS_NAME;
275
private:
Callers
15
StatusFromRpcError
Function · 0.80
TEST_F
Function · 0.80
AnalyzeResponse
Method · 0.80
DoSubscriberUpdate
Method · 0.80
SendUpdateCatalogdNotification
Method · 0.80
SendUpdateStatestoredRoleNotification
Method · 0.80
Wait
Method · 0.80
TryKillQueryRemotely
Method · 0.80
ExecKillQueryRequest
Method · 0.80
TEST
Function · 0.80
KillQuery
Method · 0.80
get_state
Method · 0.80
Calls
1
error
Method · 0.45
Tested by
15
TEST_F
Function · 0.64
AnalyzeResponse
Method · 0.64
DoSubscriberUpdate
Method · 0.64
SendUpdateCatalogdNotification
Method · 0.64
SendUpdateStatestoredRoleNotification
Method · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
TestReadUnionType
Method · 0.64
CheckReadResult
Method · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TestScratchLimit
Method · 0.64