Skip to content

feat: Support WITHIN GROUP ordered set aggregates #183

@ajitpratap0

Description

@ajitpratap0

Description

Add support for ordered set aggregate functions with WITHIN GROUP clause.

Example SQL

SELECT PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY salary) FROM employees;
SELECT MODE() WITHIN GROUP (ORDER BY category) FROM products;

Priority

Low - advanced SQL feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions