jhorstmann commented on issue #5595: URL: https://github.com/apache/arrow-datafusion/issues/5595#issuecomment-1470266735
The corresponding postgres syntax would be ``` SELECT PERCENTILE_DISC(0.5) WITHIN GROUP (ORDER BY column1) FROM ... ``` Which returns NULL on empty inputs. -- 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]
