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

Function JoinStrings

be/src/gutil/strings/join.h:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181// ----------------------------------------------------------------------
182template <class CONTAINER>
183inline void JoinStrings(const CONTAINER& components,
184 const StringPiece& delim,
185 string* result) {
186 JoinStringsIterator(components.begin(), components.end(), delim, result);
187}
188
189template <class CONTAINER>
190inline string JoinStrings(const CONTAINER& components,

Callers 15

valueMethod · 0.85
~SubprocessMethod · 0.85
TEST_FFunction · 0.85
DescribeOneFlagInXMLFunction · 0.85
DoParseBindAddressesMethod · 0.85
TEST_FFunction · 0.85
JoinCSVLineWithDelimiterFunction · 0.85
DictionaryInt32EncodeFunction · 0.85

Calls 3

JoinStringsIteratorFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by 4

TEST_FFunction · 0.68
DoParseBindAddressesMethod · 0.68
TEST_FFunction · 0.68
TEST_PFunction · 0.68