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

[Feature] Support exact percentile aggregate function #6410

Merged
merged 8 commits into from
Aug 18, 2021
Merged

[Feature] Support exact percentile aggregate function #6410

merged 8 commits into from
Aug 18, 2021

Commits on Aug 10, 2021

  1. Support percentile aggregate function

    Hao Tan authored and e0c9 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    ca1bd8a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    7204906 View commit details
    Browse the repository at this point in the history
  2. clean code

    e0c9 committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    45980d3 View commit details
    Browse the repository at this point in the history
  3. use unordered_map to optimize performance

    Hao Tan authored and e0c9 committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    ad9d341 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. fix ut

    e0c9 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    ea57417 View commit details
    Browse the repository at this point in the history
  2. fix

    e0c9 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    daa1b7f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. add doc for percentile

    e0c9 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    a155233 View commit details
    Browse the repository at this point in the history
  2. add doc for percentile

    e0c9 committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    3916142 View commit details
    Browse the repository at this point in the history