Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Literal
Method
Literal
be/src/gutil/strings/split.cc:89–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
//
88
89
Literal::Literal(StringPiece sp) : delimiter_(sp.ToString()) {
90
}
91
92
StringPiece Literal::Find(StringPiece text) const {
93
return GenericFind(text, delimiter_, LiteralPolicy());
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.45
Tested by
no test coverage detected