| commit | cb8a170ee40ac8ca7fb20f33fca7398c47c0cf3d | [log] [tgz] |
|---|---|---|
| author | Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com> | Fri Apr 07 16:03:10 2023 +0100 |
| committer | GitHub <noreply@github.com> | Fri Apr 07 16:03:10 2023 +0100 |
| tree | 8a1efb7ec4c2c88be28638b63ed72f1527445fcf | |
| parent | 10b9352dc397f036a834c1025cfcdf2770092ef4 [diff] |
Remove SortKeyCursor (~5-10% faster merge) (#5895) * Remove SortKeyCursor * Format
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 example usage in the user guide and the datafusion-examples crate for more information on how to use DataFusion.