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

Add nilike support in comparison #1845

Closed
MazterQyou opened this issue Jun 11, 2022 · 0 comments · Fixed by #1846
Closed

Add nilike support in comparison #1845

MazterQyou opened this issue Jun 11, 2022 · 0 comments · Fixed by #1846
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@MazterQyou
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
comparison kernel has functions like and nlike, which perform LIKE and NOT LIKE operations. There was also an addition of ilike back in late 2021, which allows to performe ILIKE (case-insensitive LIKE) operations. However, nilike, which is what nlike to like is, respectively (NOT ILIKE) has been missing.

Describe the solution you'd like
Add a nilike comparator to comparison kernel that performs a NOT ILIKE operation, similar to like, nlike, ilike.

Describe alternatives you've considered
N/A

Additional context
N/A

@MazterQyou MazterQyou added the enhancement Any new improvement worthy of a entry in the changelog label Jun 11, 2022
@alamb alamb added the arrow Changes to the arrow crate label Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants