Crate datafusion_cli

Source
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.

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.

Modules§

catalog
cli_context
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.
highlighter
The syntax highlighter.
object_storage
pool_type
print_format
Print format variants
print_options

Constants§

DATAFUSION_CLI_VERSION