Skip to content

Commit

Permalink
apply
Browse files Browse the repository at this point in the history
  • Loading branch information
c-peters committed Jun 18, 2024
1 parent 5bb28b4 commit 82a5ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-plan/src/dsl/cat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pub struct CategoricalNameSpace(pub(crate) Expr);
impl CategoricalNameSpace {
pub fn get_categories(self) -> Expr {
self.0
.map_private(CategoricalFunction::GetCategories.into())
.apply_private(CategoricalFunction::GetCategories.into())
}
}

0 comments on commit 82a5ec6

Please sign in to comment.