pepijnve commented on issue #17838:
URL: https://github.com/apache/datafusion/issues/17838#issuecomment-3355083929

   The PR I made for this does a small fix for common cases by rewriting 
`regexp_like` expressions into operator expressions.
   
   An alternative would be to extract the regex support code from 
`physical_expr::expressions::binary` to a separate module so that it can be 
used from `functions` as well. That's probably the way to go to long term to 
deduplicate the code entirely, but that would be a much bigger change.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to