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

Function JoinHashMapKeysAndValues

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

Source from the content-addressed store, hash-verified

285// DEPRECATED(jyrki): use JoinKeysAndValuesIterator directly.
286template<typename T>
287void JoinHashMapKeysAndValues(const T& container,
288 const StringPiece& intra_delim,
289 const StringPiece& inter_delim,
290 string* result) {
291 JoinKeysAndValuesIterator(container.begin(), container.end(),
292 intra_delim, inter_delim,
293 result);
294}
295
296// ----------------------------------------------------------------------
297// JoinCSVLineWithDelimiter()

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected