Skip to content

Commit

Permalink
feat: Add IPC sink in new streaming engine
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Oct 25, 2024
1 parent 425e251 commit 6cb28a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-lazy/src/frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ impl LazyFrame {
/// .collect()
/// }
/// ```
pub fn collect(self) -> PolarsResult<DataFrame> {
pub fn collect(mut self) -> PolarsResult<DataFrame> {
#[cfg(feature = "new_streaming")]
{
let mut slf = self;
Expand Down

0 comments on commit 6cb28a5

Please sign in to comment.