MCPcopy Create free account
hub / github.com/apache/arrow / SqlLikePatternToPcre

Function SqlLikePatternToPcre

cpp/src/gandiva/regex_util.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 std::string& pcre_pattern);
35
36 static Status SqlLikePatternToPcre(const std::string& like_pattern,
37 std::string& pcre_pattern) {
38 return SqlLikePatternToPcre(like_pattern, 0 /*escape_char*/, pcre_pattern);
39 }
40
41 private:
42 static const std::set<char> pcre_regex_specials_;

Callers 2

MakeMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68