-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Relevant Issue/Bug
- Reference Issue #XXX -- how is it related?
Requested Solution/Feature
support aggregation functions with window function
Describe Alternatives
- A clear and concise description of any alternative solutions or features you've considered.
Additional Context
Add any other context about the feature request here.
DoD (Definition of Done)
support aggregation functions with window function
SUM(): Sums values within a window.
AVG(): Calculates the average value within a window.
COUNT(): Counts the rows within a window.
MAX(): Returns the maximum value in the window.
MIN(): Returns the minimum value in the window.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request