Crate datafusion_optd_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.

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

Constants§

DATAFUSION_CLI_VERSION