tree: e8b1153f3616dbdb6269656fe3104d83de5d640e
  1. src/
  2. tests/
  3. Cargo.toml
  4. README.md
datafusion/substrait/README.md

Apache DataFusion Substrait

Apache 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 Substrait producer and consumer for DataFusion plans. See API Docs for details and examples.