avantgardnerio commented on issue #5357:
URL: 
https://github.com/apache/arrow-datafusion/issues/5357#issuecomment-1440678455

   An alternative approach might be something like: 
   
   ```
       fn supports_filter_pushdown(&self, filter: &Expr) -> Result<Expr, 
DataFusionError> {
           // reduce the input expression down to only the parts of the 
expression this TableProvider supports
       }
   ```


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