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

Function StrCat

be/src/gutil/strings/strcat.h:128–134  ·  view source on GitHub ↗

Support 9 or more arguments

Source from the content-addressed store, hash-verified

126
127// Support 9 or more arguments
128inline string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c,
129 const AlphaNum &d, const AlphaNum &e, const AlphaNum &f,
130 const AlphaNum &g, const AlphaNum &h, const AlphaNum &i) {
131 const AlphaNum* null_alphanum = NULL;
132 return strings::internal::StrCatNineOrMore(&a, &b, &c, &d, &e, &f, &g, &h, &i,
133 null_alphanum);
134}
135
136inline string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c,
137 const AlphaNum &d, const AlphaNum &e, const AlphaNum &f,

Callers 15

ShellEscapeFunction · 0.70
TestDistinctFromMethod · 0.50
TEST_PFunction · 0.50
HostIdxToIpAddrFunction · 0.50
QueryStateExpandedMethod · 0.50
DatabaseTestMethod · 0.50
TESTFunction · 0.50
runTestQueriesFunction · 0.50
AuthenticateCookieFunction · 0.50
GenerateCookieFunction · 0.50
TestTimestampTokensFunction · 0.50

Calls 1

StrCatNineOrMoreFunction · 0.85

Tested by 8

TestDistinctFromMethod · 0.40
TEST_PFunction · 0.40
HostIdxToIpAddrFunction · 0.40
DatabaseTestMethod · 0.40
TESTFunction · 0.40
runTestQueriesFunction · 0.40
TestTimestampTokensFunction · 0.40
TEST_FFunction · 0.40