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

Function SplitStringToHashsetUsing

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

Source from the content-addressed store, hash-verified

423}
424
425void SplitStringToHashsetUsing(const string& full, const char* delim,
426 unordered_set<string>* result) {
427 AppendTo(result, strings::Split(full, AnyOf(delim), strings::SkipEmpty()));
428}
429
430void SplitStringToSetUsing(const string& full, const char* delim,
431 set<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