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

Function PrintThrift

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

Source from the content-addressed store, hash-verified

99
100// Convenience wrapper around Thrift's debug string function
101template<typename ThriftStruct> std::string PrintThrift(const ThriftStruct& t) {
102 return apache::thrift::ThriftDebugString(t);
103}
104
105/// Return a list of TTableName as a comma-separated string.
106std::string PrintTableList(const std::vector<TTableName>& tbls);

Callers 1

ProcessSplitMethod · 0.85

Calls 1

ThriftDebugStringFunction · 0.85

Tested by

no test coverage detected