jonmmease opened a new issue, #6714: URL: https://github.com/apache/arrow-datafusion/issues/6714
### Is your feature request related to a problem or challenge? I would like to propose DataFusion add the Postgres [`percentile_cont`](https://www.postgresql.org/docs/9.4/functions-aggregate.html#FUNCTIONS-ORDEREDSET-TABLE) aggregation function. This would be the exact counterpart to the existing `approx_percentile_cont`. ### Describe the solution you'd like It looks like it would be relatively straightforward to generalize the existing `median` implementation into `percentile_cont`. ### Describe alternatives you've considered _No response_ ### Additional context I may work on this soon unless there are objections. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
