timsaucer opened a new pull request, #880: URL: https://github.com/apache/datafusion-python/pull/880
# Which issue does this PR close? Closes #845 # Rationale for this change Currently users can only create user defined scalar functions and user defined window functions. This enables authoring user defined window functions. It is a core functionality that has been missing on the python library. # What changes are included in this PR? Designed similar to the UDAF, we have an abstract class for UDWF that users must inherit from. # Are there any user-facing changes? Adds new udwf() function and WindowUDF class. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org