Crates.io | datafusion-proto |
lib.rs | datafusion-proto |
version | 43.0.0 |
source | src |
created_at | 2022-05-16 12:51:47.049816 |
updated_at | 2024-11-08 20:26:07.011783 |
description | Protobuf serialization of DataFusion logical plan expressions |
homepage | https://datafusion.apache.org |
repository | https://github.com/apache/datafusion |
max_upload_size | |
id | 587636 |
size | 1,465,345 |
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.