MazterQyou opened a new issue, #1845: URL: https://github.com/apache/arrow-rs/issues/1845
**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](https://github.com/apache/arrow-rs/commit/ee1d1644550d3c57443f5df76207d7a6503612b5), 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
