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

Method Find

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

Source from the content-addressed store, hash-verified

73// delimiter is 1.
74struct AnyOfPolicy {
75 size_t Find(StringPiece text, StringPiece delimiter) {
76 return text.find_first_of(delimiter);
77 }
78 int Length(StringPiece delimiter) {
79 return 1;
80 }

Callers

nothing calls this directly

Calls 1

find_first_ofMethod · 0.45

Tested by

no test coverage detected