-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem or challenge?
@mustafasrepo and others have contributed to a sophisticated window function implementation in DataFusion like
select x, lag(x, 1) OVER (partition by y, order by x) FROM fooHowever, the user guide does not appear to mention this
Describe the solution you'd like
- Note in the user guide that DataFusion supports window functions
- Add a new page for WindowFunctions (similar to the aggregate function list)
Note the docs (and instructions) are in https://github.com/apache/arrow-datafusion/tree/main/docs
The list of window functions is
- aggregate functions
- The list here https://docs.rs/datafusion-expr/24.0.0/datafusion_expr/window_function/enum.BuiltInWindowFunction.html
Describe alternatives you've considered
No response
Additional context
No response
comphead
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers