Skip to content

Commit

Permalink
feat(rust): Support Serde for IRPlan (#18433)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Aug 28, 2024
1 parent 1b2c25b commit fe9a689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-plan/src/plans/ir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use serde::{Deserialize, Serialize};

use crate::prelude::*;

#[cfg_attr(feature = "ir_serde", derive(Serialize, Deserialize))]
pub struct IRPlan {
pub lp_top: Node,
pub lp_arena: Arena<IR>,
Expand Down

0 comments on commit fe9a689

Please sign in to comment.