-
Notifications
You must be signed in to change notification settings - Fork 264
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
feat: LIKE operator #604
feat: LIKE operator #604
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ashmitaraju Looks good to me. We need to create a notebook that does LICENSE plate comparison with fuzzy join (with a structured table of synthetic license plates) -- https://github.com/georgia-tech-db/license-plate-recognition
@aryan-rajoria I remember you mentioned a bug while using |
Added another test case in |
Support for regex-based LIKE
https://pandas.pydata.org/docs/reference/api/pandas.Series.str.match.html
Test cases
https://github.com/georgia-tech-db/eva/blob/739283677f4ac2f248d24067e479452ec958f305/eva/models/storage/batch.py#L129-L132
https://github.com/georgia-tech-db/eva/blob/78264fee1e635344f74ddacf4a31fef383c44913/test/integration_tests/test_insert_executor.py#L105-L108