Skip to content

Commit

Permalink
derive clone for lazy groupby (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
elferherrera committed Apr 16, 2022
1 parent f31850c commit ae6bfa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polars/polars-lazy/src/frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,7 @@ impl LazyFrame {
}

/// Utility struct for lazy groupby operation.
#[derive(Clone)]
pub struct LazyGroupBy {
pub(crate) logical_plan: LogicalPlan,
opt_state: OptState,
Expand Down

0 comments on commit ae6bfa5

Please sign in to comment.