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

Method AnyOf

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

Source from the content-addressed store, hash-verified

98//
99
100AnyOf::AnyOf(StringPiece sp) : delimiters_(sp.ToString()) {
101}
102
103StringPiece AnyOf::Find(StringPiece text) const {
104 return GenericFind(text, delimiters_, AnyOfPolicy());

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected