datafusion-proto-common

Crates.iodatafusion-proto-common
lib.rsdatafusion-proto-common
version52.1.0
created_at2024-06-10 17:10:42.769704+00
updated_at2026-01-23 17:23:08.322501+00
descriptionProtobuf serialization of DataFusion common types
homepagehttps://datafusion.apache.org
repositoryhttps://github.com/apache/datafusion
max_upload_size
id1267401
size586,244
xudong.w (xudong963)

documentation

README

Apache DataFusion Protobuf Common Serialization / Deserialization

Apache DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

This crate contains code to convert DataFusion primitive types to and from bytes using Protocol Buffers, which can be useful for sending data over the network.

See API Docs for details and examples.

Most projects should use the datafusion-proto crate directly, which re-exports this module. If you are already using the datafusion-proto crate, there is no reason to use this crate directly in your project as well.

Commit count: 12494

cargo fmt