Skip to content

Commit

Permalink
Update datafusion/src/logical_plan/builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
2 people authored and Jiayu Liu committed May 21, 2021
1 parent f70c739 commit 831c069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/src/logical_plan/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ impl LogicalPlanBuilder {
pub fn window(
&self,
window_expr: impl IntoIterator<Item = Expr>,
// filter: impl IntoIterator<Item = Expr>,
// partition_by_expr: impl IntoIterator<Item = Expr>,
// order_by_expr: impl IntoIterator<Item = Expr>,
// window_frame: Option<WindowFrame>,
Expand Down

0 comments on commit 831c069

Please sign in to comment.