datafusion-contrib / datafusion-federation

Allow DataFusion to resolve queries across remote query engines while pushing down as much compute as possible down.
Apache License 2.0
78 stars 18 forks source link

datafusion-federation: add an another example #63

Closed hozan23 closed 2 months ago

hozan23 commented 2 months ago

This PR adds an example that shows how to use Datafusion Federation to execute a query with two execution engines.