gruuya opened a new pull request, #8894:
URL: https://github.com/apache/arrow-datafusion/pull/8894

   ## Which issue does this PR close?
   
   Closes #8893.
   
   ## Rationale for this change
   
   Add support for Postgres `~~`, `~~*`, `!~~`, `!~~*` like-pattern operators, 
in analogy with the regex-matching operators `~`, `~*`, `!~`, `!~*`.
   
   ## What changes are included in this PR?
   
   Extend the `Operator` enum with the new variants, and wire-up evaluation for 
them.
   
   ## Are these changes tested?
   
   Yes.
   
   ## Are there any user-facing changes?
   
   New operators available to be used in querying.
   


-- 
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]

Reply via email to