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

Function PrintValue

be/src/util/debug-util.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56// each type.
57template<class T>
58std::string PrintValue(const T& value) {
59 return to_string(value);
60}
61
62// Print functions have two signatures. One writes output to a stringstream passed in
63// as an argument. The second returns a string. In all cases, the second signature is

Callers 15

PrintValueMethod · 0.85
TestValueMethod · 0.85
ClientRequestStateMethod · 0.85
ExecMethod · 0.85
ExecDdlRequestMethod · 0.85
UpdateExecStateMethod · 0.85
LogAuditRecordMethod · 0.85
FillSessionsInfoMethod · 0.85
SetTColumnValueFunction · 0.85
FOREACH_ROW_LIMITFunction · 0.85

Calls

no outgoing calls

Tested by 3

TestValueMethod · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68