alamb commented on a change in pull request #9701: URL: https://github.com/apache/arrow/pull/9701#discussion_r594451776
########## File path: rust/datafusion/README.md ########## @@ -19,11 +19,48 @@ # DataFusion -DataFusion is an in-memory query engine that uses Apache Arrow as the memory model. It supports executing SQL queries against CSV and Parquet files as well as querying directly against in-memory data. +<img src="docs/images/DataFusion-Logo-Dark.svg" width="256"/> + +DataFusion is an extensible query execution framework, written in +Rust, that uses [Apache Arrow](https://arrow.apache.org) as its +in-memory format. + +DataFusion supports both an SQL and a DataFrame API for building +logical query plans as well as a query optimizer and execution engine +capable of parallel execution against partitioned data sources (CSV +and Parquet) using threads. + +## Use Cases Review comment: FYI I will do so as a follow on PR: https://github.com/apache/arrow/pull/9710 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
