Skip to content

Support aggregation function within window function #1843

@xd1313113

Description

@xd1313113

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions