realno commented on pull request #1539:
URL: 
https://github.com/apache/arrow-datafusion/pull/1539#issuecomment-1010715362


   This is a very useful feature, thank you 👍 
   
   DataFusion usually try to match Postgres' function definition. So for 
quantile they use `percentile` instead, and implemented in two ways 
`percentile_disc` and `persentile_cont` as specified here: 
https://www.postgresql.org/docs/9.4/functions-aggregate.html
   
   It would be nice we follow the same convention. 


-- 
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]


Reply via email to