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

Function SplitStringToMapUsing

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

Source from the content-addressed store, hash-verified

433}
434
435void SplitStringToMapUsing(const string& full, const char* delim,
436 map<string, string>* result) {
437 AppendTo(result, strings::Split(full, AnyOf(delim), strings::SkipEmpty()));
438}
439
440void SplitStringToHashmapUsing(const string& full, const char* delim,
441 unordered_map<string, string>* result) {

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