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

Method as_string

be/src/gutil/strings/stringpiece.h:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 std::string as_string() const {
230 return ToString();
231 }
232 // We also define ToString() here, since many other string-like
233 // interfaces name the routine that converts to a C++ string
234 // "ToString", and it's confusing to have the method that does that

Callers 11

LazyCpuInfoValueMethod · 0.80
StripPrefixStringFunction · 0.80
TryStripPrefixStringFunction · 0.80
StripSuffixStringFunction · 0.80
TryStripSuffixStringFunction · 0.80
SetExecutorGroupsFunction · 0.80
http_exporter_configFunction · 0.80
ReadIntArrayFunction · 0.80
ReadProcNetDevLineMethod · 0.80

Calls 1

ToStringFunction · 0.50

Tested by

no test coverage detected