Crates.io | datafusion-proto |
lib.rs | datafusion-proto |
version | |
source | src |
created_at | 2022-05-16 12:51:47.049816 |
updated_at | 2025-02-07 15:32:49.75324 |
description | Protobuf serialization of DataFusion logical plan expressions |
homepage | https://datafusion.apache.org |
repository | https://github.com/apache/datafusion |
max_upload_size | |
id | 587636 |
Cargo.toml error: | TOML parse error at line 20, column 1 | 20 | 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-proto
: Apache DataFusion Protobuf Serialization / DeserializationThis crate contains code to convert Apache DataFusion plans to and from bytes, which can be useful for sending plans over the network, for example when building a distributed query engine.
See API Docs for details and examples.