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

Method StringSearch

be/src/runtime/string-search.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 public:
43 StringSearch() : pattern_(NULL), mask_(0) {}
44
45 /// Initialize/Precompute a StringSearch object from the pattern
46 StringSearch(const StringValue* pattern)

Callers

nothing calls this directly

Calls 1

ToSimpleStringMethod · 0.45

Tested by

no test coverage detected