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

Function ThriftDebugString

be/src/util/thrift-debug-util.h:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111template <typename T,
112 std::enable_if_t<!HasSecret<T>::value>* = nullptr>
113inline std::string ThriftDebugString(const T& t) {
114 return apache::thrift::ThriftDebugString(t);
115}
116
117/// Raise compile-time error when ThriftDebugString() is used on an object that has
118/// a session secret.

Callers 15

CreateTreeMethod · 0.85
GetResultSetMetadataMethod · 0.85
GetBackendConfigMethod · 0.85
GetExecutorMembershipMethod · 0.85
PingImpalaHS2ServiceMethod · 0.85
CatalogObjectsHandlerMethod · 0.85
ExecuteInternalMethod · 0.85
PingImpalaServiceMethod · 0.85
QueryToTQueryContextMethod · 0.85
HandleDropFunctionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected