We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef28ae commit 33b52baCopy full SHA for 33b52ba
datafusion/core/README.md
@@ -19,8 +19,13 @@
19
20
# DataFusion Core
21
22
-[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
+DataFusion is an extensible query execution framework, written in Rust,
23
+that uses Apache Arrow as its in-memory format.
24
-This crate contains the main entrypoints and high level DataFusion APIs such as SessionContext, and DataFrame and ListingTable.
25
+This crate contains the main entry points and high level DataFusion APIs such as
26
+`SessionContext`, `DataFrame` and `ListingTable`.
27
-[df]: https://crates.io/crates/datafusion
28
+For more information, please see:
29
+
30
+- [DataFusion Website](https://arrow.apache.org/datafusion)
31
+- [DataFusion API Docs](https://docs.rs/datafusion/latest/datafusion/)
0 commit comments