Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(substrait): modular substrait producer #13931

Merged
merged 13 commits into from
Jan 5, 2025
Merged
3 changes: 3 additions & 0 deletions datafusion/substrait/src/logical_plan/consumer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ use substrait::proto::{
/// This trait is used to consume Substrait plans, converting them into DataFusion Logical Plans.
/// It can be implemented by users to allow for custom handling of relations, expressions, etc.
///
/// Combined with the [crate::logical_plan::producer::SubstraitProducer] this allows for fully
/// customizable Substrait serde.
///
/// # Example Usage
///
/// ```
Expand Down
1 change: 0 additions & 1 deletion datafusion/substrait/src/logical_plan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@

pub mod consumer;
pub mod producer;
pub mod state;
Loading
Loading