snmvaughan opened a new issue, #3568: URL: https://github.com/apache/arrow-rs/issues/3568
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Implement a Spark SQL `rlike`, which checks for specific fast paths in order to avoid using a regex. These types of fast paths are currently implemented for `like`. **Describe the solution you'd like** Implement `rlike` functions, similar to the `like` functions. Given the existing code this should be limited to a few functions, with the remaining generated through macros. **Describe alternatives you've considered** **Additional context** -- 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]
