Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetStackTrace
Function
GetStackTrace
be/src/util/stack-trace.cc:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
namespace impala {
30
31
string GetStackTrace() {
32
string s;
33
google::glog_internal_namespace_::DumpStackTraceToString(&s);
34
return s;
35
}
36
37
}
Callers
9
RecursionStack
Function · 0.70
TEST
Function · 0.70
ResolvePath
Method · 0.50
free
Method · 0.50
AddChildSpanEvent
Method · 0.50
ChildSpanBuilder
Method · 0.50
EndChildSpan
Method · 0.50
Status
Method · 0.50
Close
Method · 0.50
Calls
no outgoing calls
Tested by
2
RecursionStack
Function · 0.56
TEST
Function · 0.56