You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/11 02:58:37 UTC

[GitHub] [arrow-rs] MazterQyou opened a new issue, #1845: Add `nilike` support in `comparison`

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb closed issue #1845: Add `nilike` support in `comparison`

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1845: Add `nilike` support in `comparison`
URL: https://github.com/apache/arrow-rs/issues/1845


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org