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

Function JoinVectorKeysAndValues

be/src/gutil/strings/join.cc:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void JoinVectorKeysAndValues(const vector< pair<string, string> >& components,
141 const StringPiece& intra_delim,
142 const StringPiece& inter_delim,
143 string* result) {
144 JoinKeysAndValuesIterator(components.begin(), components.end(),
145 intra_delim, inter_delim,
146 result);
147}
148
149// ----------------------------------------------------------------------
150// JoinCSVLine()

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected