4444DataFusion is an extensible query engine written in [ Rust] that
4545uses [ Apache Arrow] as its in-memory format.
4646
47- The DataFusion libraries in this repository are used to build data-centric system software. DataFusion also provides the
48- following subprojects, which are packaged versions of DataFusion intended for end users.
47+ This crate provides libraries and binaries for developers building fast and
48+ feature rich database and analytic systems, customized to particular workloads.
49+ See [ use cases] for examples. The following related subprojects target end users:
4950
5051- [ DataFusion Python] ( https://github.com/apache/datafusion-python/ ) offers a Python interface for SQL and DataFrame
5152 queries.
@@ -54,13 +55,10 @@ following subprojects, which are packaged versions of DataFusion intended for en
5455- [ DataFusion Comet] ( https://github.com/apache/datafusion-comet/ ) is an accelerator for Apache Spark based on
5556 DataFusion.
5657
57- The target audience for the DataFusion crates in this repository are
58- developers building fast and feature rich database and analytic systems,
59- customized to particular workloads. See [ use cases] for examples.
60-
61- DataFusion offers [ SQL] and [ ` Dataframe ` ] APIs,
62- excellent [ performance] , built-in support for CSV, Parquet, JSON, and Avro,
63- extensive customization, and a great community.
58+ "Out of the box,"
59+ DataFusion offers [ SQL] and [ ` Dataframe ` ] APIs, excellent [ performance] ,
60+ built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and
61+ a great community.
6462
6563DataFusion features a full query planner, a columnar, streaming, multi-threaded,
6664vectorized execution engine, and partitioned data sources. You can
0 commit comments