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

Function JoinCSVLine

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

Source from the content-addressed store, hash-verified

204}
205
206void JoinCSVLine(const vector<string>& cols, string* output) {
207 JoinCSVLineWithDelimiter(cols, ',', output);
208}
209
210string JoinCSVLine(const vector<string>& cols) {
211 string output;

Callers

nothing calls this directly

Calls 1

JoinCSVLineWithDelimiterFunction · 0.85

Tested by

no test coverage detected