Closed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
User defined window functions exist in datafusion but the capability is not exposed in datafusion-python
Describe the solution you'd like
We can follow the same model as user defined aggregate functions.
Describe alternatives you've considered
None
Additional context
Follow on work to #808