tree: c04718483a5339713e99ef6d0521b5dc4bf9de72 [path history] [tgz]
  1. gen/
  2. proto/
  3. src/
  4. tests/
  5. .gitignore
  6. Cargo.toml
  7. CONTRIBUTING.md
  8. README.md
  9. regen.sh
datafusion/proto/README.md

datafusion-proto: Apache DataFusion Protobuf Serialization / Deserialization

This 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.