Skip to content

Commit f70c739

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafusion/src/logical_plan/builder.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ impl LogicalPlanBuilder {
289289
}
290290

291291
/// Apply a window
292+
///
293+
/// NOTE: this feature is under development and this API will be changing
292294
pub fn window(
293295
&self,
294296
window_expr: impl IntoIterator<Item = Expr>,

0 commit comments

Comments
 (0)