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

Function Limit

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

Source from the content-addressed store, hash-verified

416// parameter. This is similar to the overloads for Split() below.
417template <typename Delimiter>
418inline LimitImpl<Delimiter> Limit(Delimiter delim, int limit) {
419 return LimitImpl<Delimiter>(delim, limit);
420}
421
422inline LimitImpl<Literal> Limit(const char* s, int limit) {
423 return LimitImpl<Literal>(Literal(s), limit);

Callers 9

ParseStringMethod · 0.85
ParseCIDRStringMethod · 0.85
ParseParamsFunction · 0.85
HttpPathFnFunction · 0.85
ParseSamlSpUrlFunction · 0.85
AuthenticateCookieFunction · 0.85
IsTrustedDomainFunction · 0.85
CheckGroupMembershipMethod · 0.85

Calls 1

LiteralClass · 0.70

Tested by

no test coverage detected