| commit | 560ad353619f4526352fd3f64d09a59babe87a3c | [log] [tgz] |
|---|---|---|
| author | comphead <comphead@users.noreply.github.com> | Fri Apr 21 12:15:52 2023 -0700 |
| committer | GitHub <noreply@github.com> | Fri Apr 21 15:15:52 2023 -0400 |
| tree | 4c43bef0af749e3db8e5da173b4b41ffc9b58839 | |
| parent | 48c72c69e96addc5435b0b1e9ac90c40f34032dd [diff] |
infer column nullability on joins (#6060)
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.