Files
datafusion/datafusion-cli
Blake Orth 73b1f2bd72 Adds Instrument Mode for InstrumentedObjectStore in datafusion-cli (#18000)
- Adds mode type to allow changing the mode of an
   InstrumentedObjectStore to datafusion-cli
 - Implements string parsing and u8 conversion for
   InstrumentedObjectStoreMode
 - Adds tests to validate trait implementations
2025-10-09 20:00:56 +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.