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

Function JoinMapKeysAndValues

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

Source from the content-addressed store, hash-verified

129// ----------------------------------------------------------------------
130
131void JoinMapKeysAndValues(const map<string, string>& components,
132 const StringPiece& intra_delim,
133 const StringPiece& inter_delim,
134 string* result) {
135 JoinKeysAndValuesIterator(components.begin(), components.end(),
136 intra_delim, inter_delim,
137 result);
138}
139
140void JoinVectorKeysAndValues(const vector< pair<string, string> >& components,
141 const StringPiece& intra_delim,

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected