MCPcopy 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
92StringPiece Literal::Find(StringPiece text) const {
93 return GenericFind(text, delimiter_, LiteralPolicy());
94}
95
96//
97// AnyOf

Callers 2

SplitIteratorClass · 0.45
GenericFindFunction · 0.45

Calls 3

GenericFindFunction · 0.85
LiteralPolicyClass · 0.85
AnyOfPolicyClass · 0.85

Tested by

no test coverage detected