- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1k
 
Open
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
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
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog