Skip to content

Add rlike string comparison #3568

@snmvaughan

Description

@snmvaughan

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 changelog

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions