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

Function SplitStringToSetUsing

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

Source from the content-addressed store, hash-verified

428}
429
430void SplitStringToSetUsing(const string& full, const char* delim,
431 set<string>* result) {
432 AppendTo(result, strings::Split(full, AnyOf(delim), strings::SkipEmpty()));
433}
434
435void SplitStringToMapUsing(const string& full, const char* delim,
436 map<string, string>* result) {

Callers 1

InitMethod · 0.85

Calls 4

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

Tested by

no test coverage detected