Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
AnyOf::AnyOf(StringPiece sp) : delimiters_(sp.ToString()) {
101
}
102
103
StringPiece AnyOf::Find(StringPiece text) const {
104
return GenericFind(text, delimiters_, AnyOfPolicy());
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.45
Tested by
no test coverage detected