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

Function JoinInts

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

Source from the content-addressed store, hash-verified

369
370template <class CONTAINER>
371void JoinInts(const CONTAINER& components,
372 const char* delim,
373 string* result) {
374 JoinElements(components, delim, result);
375}
376
377template <class CONTAINER>
378inline string JoinInts(const CONTAINER& components,

Callers

nothing calls this directly

Calls 1

JoinElementsFunction · 0.85

Tested by

no test coverage detected