Crates.io | frostbow-cli |
lib.rs | frostbow-cli |
version | |
source | src |
created_at | 2024-12-09 13:47:19.398475 |
updated_at | 2024-12-10 12:36:35.653153 |
description | Command Line Client for Frostbow query engine. |
homepage | https://datafusion.apache.org |
repository | https://github.com/apache/datafusion |
max_upload_size | |
id | 1477434 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
See the datafusion-cli
documentation for further information.
datafusion-cli
?"open" the datafusion/datafusion-cli
project as its own top level
project in my IDE (rather than opening datafusion
)
The reason datafusion-cli
is not part of the main workspace in
datafusion Cargo.toml
file is that datafusion-cli
is a binary and has a
checked in Cargo.lock
file to ensure reproducible builds.
However, the datafusion
and sub crates are intended for use as libraries and
thus do not have a Cargo.lock
file checked in.