| 99 | |
| 100 | // Convenience wrapper around Thrift's debug string function |
| 101 | template<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. |
| 106 | std::string PrintTableList(const std::vector<TTableName>& tbls); |
no test coverage detected