Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ AddDetail
Method
AddDetail
be/src/common/status.cc:207–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
void Status::AddDetail(const std::string& msg) {
208
DCHECK(msg_ != NULL);
209
msg_->AddDetail(msg);
210
VLOG(2) << msg;
211
}
212
213
void Status::MergeStatus(const Status& status) {
214
if (status.ok()) return;
Callers
15
DoSubscriberUpdate
Method · 0.45
SendUpdateCatalogdNotification
Method · 0.45
SendUpdateStatestoredRoleNotification
Method · 0.45
Init
Method · 0.45
Init
Method · 0.45
StartServices
Method · 0.45
Java_org_apache_impala_service_FeSupport_NativePrioritizeLoad
Function · 0.45
Java_org_apache_impala_service_FeSupport_NativeUpdateTableUsage
Function · 0.45
DecompressStream
Method · 0.45
ReadPageHeader
Method · 0.45
IssueInitialRanges
Method · 0.45
serve
Method · 0.45
Calls
no outgoing calls
Tested by
3
DoSubscriberUpdate
Method · 0.36
SendUpdateCatalogdNotification
Method · 0.36
SendUpdateStatestoredRoleNotification
Method · 0.36