Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve CESQL LIKE expression implementation #1048

Closed
Cali0707 opened this issue May 1, 2024 · 2 comments
Closed

Improve CESQL LIKE expression implementation #1048

Cali0707 opened this issue May 1, 2024 · 2 comments
Assignees

Comments

@Cali0707
Copy link
Contributor

Cali0707 commented May 1, 2024

Currently, the CESQL LIKE expressions build and then evaluate a regex. Since LIKE is a very strict subset of the possible matches one can do with regex, we can implement a more efficient algorithm for LIKE matching.

@Cali0707
Copy link
Contributor Author

Cali0707 commented May 1, 2024

@duglin can you assign this to me?

@Cali0707
Copy link
Contributor Author

This was resolved in #1049

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant