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 3ee87aa commit f70c739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/src/logical_plan/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ impl LogicalPlanBuilder {
}

/// Apply a window
///
/// NOTE: this feature is under development and this API will be changing
pub fn window(
&self,
window_expr: impl IntoIterator<Item = Expr>,
Expand Down

0 comments on commit f70c739

Please sign in to comment.