Closed JingHuaMan closed 3 years ago
Thanks again for your contribution. Note that if you plan on making more contributions, it will be sufficient to provide an implementation for the jool
module only, the jool-java-8
module is created automatically using scripts that aren't on this github repository.
Additional changes here: https://github.com/jOOQ/jOOL/commit/d41bd549ebad07efc1010b841e037a493796c689
PS: Feel free to add yourself as @author
to the Agg
class
221
Unlike
percentileBy
andmedianBy
, the functionpercentileAllBy
andmedianAllBy
will retrieve all the values of the specific percentile.The order of the output elements is the same as the order of those elements in the input
Seq
.I add a lot of test cases for the two functions, and all the previous and new tests are passed.
Though there is already unsubmitted commits related to issue #221 in May 2020, it seems that there were some bugs with his codes.