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

Function IsWildcard

be/src/gutil/strings/util.cc:770–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770static bool IsWildcard(Rune character) {
771 return character == '*' || character == '?';
772}
773
774// Move the strings pointers to the point where they start to differ.
775template <typename CHAR, typename NEXT>

Callers 2

EatSameCharsFunction · 0.85
EatWildcardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected