jOOQ / jOOL

jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
http://www.jooq.org/products
Apache License 2.0
2.09k stars 168 forks source link

[#221]Add Agg.medianAll() and Agg.percentileAll() #372

Closed TRebirthC closed 4 years ago

TRebirthC commented 4 years ago

It will return a Seq of multiple values.

lukaseder commented 4 years ago

Thanks for the many suggestions.

As in previous pull requests, there are a few issues with both the implementation and the feature request per se. I would really like to discuss things first before looking at specific implementations. The fact that there is a feature request means that there is an idea worth discussing. It does not necessarily mean that it is an idea worth implementing.