Expand description
§DataFusion Command-line Interface
DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
The DataFusion CLI is a command line utility that runs SQL queries using the DataFusion engine.
See the datafusion-cli
documentation for further information.
Modules§
- catalog
- command
- Command within CLI
- exec
- Execution functions
- functions
- Functions that are query-able and searchable via the
\h
command - helper
- Helper that helps with interactive editing, including multi-line parsing and validation, and auto-completion for file name during creating external table.
- object_
storage - print_
format - Print format variants
- print_
options