timsaucer commented on issue #8709: URL: https://github.com/apache/datafusion/issues/8709#issuecomment-2247789721
I'm going to move back to working on `datafusion-python` for a bit, but would like to work on this afterwards. Also I think we have some functions that are implemented in aggregate that should be moved to window. Namely `first_value` and `last_value` but it's worth taking a look through all the functions to see where they are defined. Notes (for myself) on how postgresql divides them: - https://www.postgresql.org/docs/current/functions-aggregate.html - https://www.postgresql.org/docs/current/functions-window.html -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
