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/11/25 11:26:59 UTC

[GitHub] [arrow-datafusion] tustvold commented on issue #4370: Rewrite simple regex expressions

tustvold commented on issue #4370:
URL: https://github.com/apache/arrow-datafusion/issues/4370#issuecomment-1327359662

   This sounds good to me, certain expressions could also potentially be rewritten into `LIKE` expressions.
   
   FWIW I would rewrite 'foo|bar|baz' to `col IN ('foo', 'bar', 'baz')` as we already have an expression rewriter that can rewrite small `IN` into disjunctive 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: github-unsubscribe@arrow.apache.org

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