docs.rs failed to build datafusion-proto-13.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
datafusion-proto-51.0.0
DataFusion Proto
DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
This crate is a submodule of DataFusion that provides a protocol buffer format for representing query plans and expressions.
Serializing Expressions
Based on examples/expr_serde.rs
use Result;
use ;
use Serializeable;
Serializing Plans
Based on examples/plan_serde.rs
use *;
use Result;
use ;
async