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

Function Split

be/src/gutil/strings/split.h:294–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292// Definitions of the main Split() function.
293template <typename Delimiter>
294inline internal::Splitter<Delimiter> Split(StringPiece text, Delimiter d) {
295 return internal::Splitter<Delimiter>(text, d);
296}
297
298template <typename Delimiter, typename Predicate>
299inline internal::Splitter<Delimiter, Predicate> Split(

Callers 15

SplitKerberosPrincipalFunction · 0.85
ParseFlagMethod · 0.85
ValidateTrustedSubnetsFunction · 0.85
GenerateOpenNamespaceMethod · 0.85
ShouldInjectSpaceErrorFunction · 0.85
JWTHelperForTokenMethod · 0.85
CallMethod · 0.85
ShouldInjectFunction · 0.85
HasGoodGdbMethod · 0.85
WaitForBindFunction · 0.85

Calls 1

LiteralClass · 0.70

Tested by 3

WaitForBindFunction · 0.68
WaitForBindAtPortFunction · 0.68
FinalizeMethod · 0.68