33 major breaking releases

42.0.0 Sep 17, 2024
41.0.0 Aug 11, 2024
40.0.0 Jul 12, 2024
39.0.0 Jun 10, 2024
7.0.0 Feb 12, 2022

#20 in #data-fusion

Download history 391/week @ 2024-07-08 287/week @ 2024-07-15 257/week @ 2024-07-22 216/week @ 2024-07-29 202/week @ 2024-08-05 203/week @ 2024-08-12 99/week @ 2024-08-19 126/week @ 2024-08-26 161/week @ 2024-09-02 311/week @ 2024-09-09 311/week @ 2024-09-16 444/week @ 2024-09-23 73/week @ 2024-09-30 346/week @ 2024-10-07 792/week @ 2024-10-14 695/week @ 2024-10-21

1,967 downloads per month
Used in 2 crates

Apache-2.0

2.5MB
53K SLoC

DataFusion Command-line Interface

DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

DataFusion CLI (datafusion-cli) is a small command line utility that runs SQL queries using the DataFusion engine.

Frequently Asked Questions

Where can I find more information?

See the datafusion-cli documentation for further information.

How do I make my IDE work with datafusion-cli?

"open" the datafusion/datafusion-cli project as its own top level project in my IDE (rather than opening datafusion)

The reason datafusion-cli is not part of the main workspace in datafusion Cargo.toml file is that datafusion-cli is a binary and has a checked in Cargo.lock file to ensure reproducible builds.

However, the datafusion and sub crates are intended for use as libraries and thus do not have a Cargo.lock file checked in.

Dependencies

~79MB
~1.5M SLoC