Files
datafusion/datafusion-cli
Neil Conway 7ef62b988d chore: Enable workspace lint for all workspace members (#20577)
## 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.
2026-02-27 16:00:37 +00:00
..
2025-02-08 11:05:25 -05:00

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.