apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
355 stars 70 forks source link

feat: add execute_stream and execute_stream_partitioned #610

Closed mesejo closed 6 months ago

mesejo commented 6 months ago

Which issue does this PR close?

Closes #12 .

Are there any user-facing changes?

Yes, the methods: execute_stream and execute_stream_partitioned were added to the DataFrame API.