fugue-project / fugue

A unified interface for distributed computing. Fugue executes SQL, Python, Pandas, and Polars code on Spark, Dask and Ray without any rewrites.
https://fugue-tutorials.readthedocs.io/
Apache License 2.0
1.98k stars 94 forks source link

[FEATURE] YIELD TABLE #424

Closed goodwanghan closed 1 year ago

goodwanghan commented 1 year ago

We have YIELD FILE and YIELD DATAFRAME but for database engines, we need YIELD TABLE to keep the temp data as tables.