Skip to content

Commit

Permalink
set-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Dec 27, 2024
1 parent 9996e3e commit 35f9c20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/polars-plan/src/plans/expr_ir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ impl ExprIR {
self.output_dtype = OnceLock::new();
}

#[cfg(feature = "cse")]
pub(crate) fn set_alias(&mut self, name: PlSmallStr) {
self.output_name = OutputName::Alias(name)
}
Expand Down

0 comments on commit 35f9c20

Please sign in to comment.