lidavidm opened a new issue, #14864: URL: https://github.com/apache/arrow/issues/14864
### Describe the enhancement requested From https://github.com/apache/arrow/pull/14082/files#r1041353323 It can be useful to use some of the string matching kernel functionality outside of a kernel context, e.g. to evaluate filters in Flight SQL/ADBC. While we can call the kernel on a single scalar, that has overhead (and requires ARROW_COMPUTE); we can instead refactor the string matching utilities into `arrow/util`. (Though this will still require ARROW_WITH_RE2.) ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
