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

Function JoinElements

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

Source from the content-addressed store, hash-verified

355
356template <class CONTAINER>
357inline void JoinElements(const CONTAINER& components,
358 StringPiece delim,
359 string* result) {
360 JoinElementsIterator(components.begin(), components.end(), delim, result);
361}
362
363template <class CONTAINER>
364inline string JoinElements(const CONTAINER& components, StringPiece delim) {

Callers 2

TESTFunction · 0.85
JoinIntsFunction · 0.85

Calls 3

JoinElementsIteratorFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by 1

TESTFunction · 0.68