Omega359 commented on issue #9102:
URL: 
https://github.com/apache/arrow-datafusion/issues/9102#issuecomment-1924037572

   Additional note - datafusion does have support for [postgres sql regex 
operators](https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-POSIX-REGEXP)
 such as [text ~ 
text.](https://arrow.apache.org/datafusion/user-guide/sql/operators.html#comparison-operators)
 That support however isn't easily exposed to dataframe use cases to my 
knowledge. It does however have the advantage that it does have [optimizer 
support](https://github.com/apache/arrow-datafusion/blob/main/datafusion/optimizer/src/simplify_expressions/regex.rs#L25)
 for simplifying expressions


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