Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MEDIAN group function #4344

Merged
merged 3 commits into from
Aug 24, 2024
Merged

Add MEDIAN group function #4344

merged 3 commits into from
Aug 24, 2024

Commits on Aug 24, 2024

  1. Add MEDIAN group function

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
    jimtng committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    3ab0adf View commit details
    Browse the repository at this point in the history
  2. collect(Collectors.toList()) -> toList()

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
    jimtng committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    624850b View commit details
    Browse the repository at this point in the history
  3. Refactor to use Statistics.median method

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
    jimtng committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    cfd87ca View commit details
    Browse the repository at this point in the history