| commit | caa60337c7a57572d93d8bd3cbc18006aabe55e6 | [log] [tgz] |
|---|---|---|
| author | Andy Grove <andygrove73@gmail.com> | Fri Apr 21 14:19:22 2023 -0600 |
| committer | GitHub <noreply@github.com> | Fri Apr 21 14:19:22 2023 -0600 |
| tree | 2c4116bc25e2073f1f19405f3111beb003ba2730 | |
| parent | 560ad353619f4526352fd3f64d09a59babe87a3c [diff] |
Prepare for 23.0.0 release (#6089) * Prepare for 23.0.0 release * Remove file
DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format.
DataFusion offers SQL and Dataframe APIs, excellent performance, built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and a great community.
See the Project Website at https://arrow.apache.org/datafusion/ for more details.
Please see the developer’s guide for more information on how to get started.
Please see the example usage in the user guide and the datafusion-examples crate for more information on how to use DataFusion.