mirror of
https://github.com/langchain-ai/datafusion.git
synced 2026-07-01 21:24:06 -04:00
7ef62b988d
## Which issue does this PR close? N/A ## Rationale for this change Several workspace members did not opt into workspace-level lints. This was almost certainly an oversight. ## What changes are included in this PR? * Enable workspace-level lints for all workspace members * Fix up code to fix various linter errors This PR pulls out some of the changes made in #20250, although I didn't actually use that PR. ## Are these changes tested? Yes. ## Are there any user-facing changes? No.
Apache DataFusion Command-line Interface
Apache 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.