datafusion-contrib / datafusion-python

Python binding for DataFusion
https://arrow.apache.org/datafusion/python/index.html
Apache License 2.0
59 stars 12 forks source link

Investigate exposing additional optimizations #28

Closed matthewmturner closed 2 years ago

matthewmturner commented 2 years ago

As described here: https://github.com/apache/arrow-datafusion/blob/master/docs/source/user-guide/library.md there are additional optimizations that can be done in rust. It would be good to see if we could get some of these features used in the python bindings - whether as a feature or building from source.