alamb commented on issue #10400:
URL: https://github.com/apache/datafusion/issues/10400#issuecomment-2101087503

   I think using the reported statistics to prune using 
[datafusion](https://docs.rs/datafusion/latest/datafusion/index.html)::[physical_optimizer](https://docs.rs/datafusion/latest/datafusion/physical_optimizer/index.html)::[pruning](https://docs.rs/datafusion/latest/datafusion/physical_optimizer/pruning/index.html)::[PruningPredicate](https://docs.rs/datafusion/latest/datafusion/physical_optimizer/pruning/struct.PruningPredicate.html#)
 would be a nice improvement (so each table provider didn't have to apply the 
basic min/max filters themselves)


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

Reply via email to