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

Function GetVersionString

be/src/util/debug-util.cc:371–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371string GetVersionString(bool compact) {
372 stringstream ss;
373 ss << google::ProgramInvocationShortName()
374 << " version " << GetBuildVersion(compact);
375 return ss.str();
376}
377
378string GetBackendString() {
379 return Substitute("$0:$1", FLAGS_hostname, FLAGS_krpc_port);

Callers 9

VersionMethod · 0.85
TEST_PFunction · 0.85
ClientRequestStateMethod · 0.85
PingImpalaHS2ServiceMethod · 0.85
PingImpalaServiceMethod · 0.85
InitMethod · 0.85
InitCommonRuntimeMethod · 0.85
CreateMetricsMethod · 0.85
RootHandlerFunction · 0.85

Calls 2

GetBuildVersionFunction · 0.85
strMethod · 0.45

Tested by 1

TEST_PFunction · 0.68