alamb commented on code in PR #6703:
URL: https://github.com/apache/arrow-datafusion/pull/6703#discussion_r1239927124


##########
datafusion/core/src/dataframe.rs:
##########
@@ -218,6 +218,14 @@ impl DataFrame {
         Ok(DataFrame::new(self.session_state, plan))
     }
 
+    /// Apply one or more window functions ([`Expr::WindowFunction`]) to 
extend the schema
+    pub fn window(self, window_exprs: Vec<Expr>) -> Result<DataFrame> {

Review Comment:
   @stuartcarnie  I wonder if you have any thoughts about the API here for 
making window functions: https://github.com/apache/arrow-datafusion/pull/6746 
(it is somewhat complex at the moment)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to