tree: e8139a8e6890d3dc69ed861d1de769bd66c604b2 [path history] [tgz]
  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.