findepi commented on issue #6179: URL: https://github.com/apache/datafusion/issues/6179#issuecomment-3172540755
> currently filter expressions can occur in three types of LogicalPlan: TableScan, Filter, and Join They can also occur in any projection, inside IF and CASE constructs. E.g. if `WHERE expr` can be simplified to `WHERE expr'` then also `SELECT IF(expr, a, b)` can be simplified to `SELECT IF(expr', a, b)` -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org