We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70c739 commit 831c069Copy full SHA for 831c069
datafusion/src/logical_plan/builder.rs
@@ -294,6 +294,7 @@ impl LogicalPlanBuilder {
294
pub fn window(
295
&self,
296
window_expr: impl IntoIterator<Item = Expr>,
297
+ // filter: impl IntoIterator<Item = Expr>,
298
// partition_by_expr: impl IntoIterator<Item = Expr>,
299
// order_by_expr: impl IntoIterator<Item = Expr>,
300
// window_frame: Option<WindowFrame>,
0 commit comments