-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
apache/datafusion-site
#66Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
We recently did a bunch of work to support user defined window aggregates: #5781
It would be great to write a blog post to highlight this support as I don't think it is as common.
Describe the solution you'd like
The basic outline would be:
- introduce window functions in SQL
- Introduce siding windows
- Explain why computing them is hard
- Show how to do it in DataFusion, and show how fast it can be
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request