Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Find
Method
Find
be/src/gutil/strings/split.cc:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
StringPiece Literal::Find(StringPiece text) const {
93
return GenericFind(text, delimiter_, LiteralPolicy());
94
}
95
96
//
97
// AnyOf
Callers
2
SplitIterator
Class · 0.45
GenericFind
Function · 0.45
Calls
3
GenericFind
Function · 0.85
LiteralPolicy
Class · 0.85
AnyOfPolicy
Class · 0.85
Tested by
no test coverage detected