[
https://issues.apache.org/jira/browse/ARROW-12715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342789#comment-17342789
]
Ian Cook commented on ARROW-12715:
----------------------------------
[~jorisvandenbossche] yes; I would suggest looking at the implementation of
{{LIKE}} in Impala to see what they did there. Like Arrow, Impala is
implemented in C++ and uses RE2, and it also has regex match functions and
operators.
> [C++] SQL-style glob string match kernel
> ----------------------------------------
>
> Key: ARROW-12715
> URL: https://issues.apache.org/jira/browse/ARROW-12715
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Reporter: Ian Cook
> Priority: Major
>
> Similar to the SQL {{LIKE}} and {{ILIKE}} operators, with wildcard {{_}}
> matching a single character and wildcard {{%}} matching multiple characters,
> and an option controlling case sensitivity
--
This message was sent by Atlassian Jira
(v8.3.4#803005)