Skip to content

feat: Add translation for median()#1011

Merged
krlmlr merged 1 commit intoduckdb:mainfrom
toppyy:median-support
Feb 12, 2025
Merged

feat: Add translation for median()#1011
krlmlr merged 1 commit intoduckdb:mainfrom
toppyy:median-support

Conversation

@toppyy
Copy link
Copy Markdown
Contributor

@toppyy toppyy commented Jan 18, 2025

Closes #993

Adds translation for median aggregate and window functions.

Apparently aggregate function median() works without this translation as it is translated to percentile_cont ordered set aggregation function. However, the PR now includes a translation for the aggregation function also as I thought it'd be better to align the function calls. Any thoughts on this @krlmlr ?

@krlmlr krlmlr merged commit 8975cf7 into duckdb:main Feb 12, 2025
@krlmlr
Copy link
Copy Markdown
Collaborator

krlmlr commented Feb 12, 2025

Thanks!

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Feb 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

median calculation fails when using dplyr::mutate

2 participants