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

MQE: Add support for histogram_quantile #9929

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Nov 18, 2024

  1. MQE: Add support for histogram_quantile

    Also preps support for more classic histogram functions to come.
    (Will require some re-work, but the basics are there).
    
    Tidies up annotation tests and checks their results between engines.
    (Since sometimes we emit annotations with results, and sometimes the
    results are omitted when there is an annotation).
    jhesketh committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d293f3a View commit details
    Browse the repository at this point in the history
  2. Update comments

    jhesketh committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b471cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5abeee0 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    jhesketh committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c2ac252 View commit details
    Browse the repository at this point in the history
  5. Address review feedback

    jhesketh committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    bb84e60 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    jhesketh committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    016d546 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    c2c54ac View commit details
    Browse the repository at this point in the history
  2. Add upstream quantile tests

    jhesketh committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2084871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    853312b View commit details
    Browse the repository at this point in the history
  4. Use seriesGroupPair struct

    jhesketh committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c3ef405 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ecdfd6 View commit details
    Browse the repository at this point in the history
  6. Sort the output groups

    jhesketh committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    91734fb View commit details
    Browse the repository at this point in the history