Skip to content

Commit 831c069

Browse files
jimexistalamb
authored andcommitted
Update datafusion/src/logical_plan/builder.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent f70c739 commit 831c069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/src/logical_plan/builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ impl LogicalPlanBuilder {
294294
pub fn window(
295295
&self,
296296
window_expr: impl IntoIterator<Item = Expr>,
297+
// filter: impl IntoIterator<Item = Expr>,
297298
// partition_by_expr: impl IntoIterator<Item = Expr>,
298299
// order_by_expr: impl IntoIterator<Item = Expr>,
299300
// window_frame: Option<WindowFrame>,

0 commit comments

Comments
 (0)