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

Function SplitStringToHashmapUsing

be/src/gutil/strings/split.cc:440–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440void SplitStringToHashmapUsing(const string& full, const char* delim,
441 unordered_map<string, string>* result) {
442 AppendTo(result, strings::Split(full, AnyOf(delim), strings::SkipEmpty()));
443}
444
445// ----------------------------------------------------------------------
446// SplitStringPieceToVector()

Callers

nothing calls this directly

Calls 4

AppendToFunction · 0.85
SplitFunction · 0.85
AnyOfClass · 0.85
SkipEmptyClass · 0.85

Tested by

no test coverage detected