MCPcopy Create free account
hub / github.com/apache/impala / ToString

Method ToString

be/src/kudu/rpc/result_tracker.cc:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521string ResultTracker::ToString() {
522 lock_guard<simple_spinlock> l(lock_);
523 return ToStringUnlocked();
524}
525
526string ResultTracker::ToStringUnlocked() const {
527 string result = Substitute("ResultTracker[this: $0, Num. Client States: $1, Client States:\n",

Callers 3

LogAndTraceFailureMethod · 0.45
ToStringUnlockedMethod · 0.45

Calls 5

SubstituteFunction · 0.85
SubstituteAndAppendFunction · 0.85
SecureShortDebugStringFunction · 0.85
sizeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected