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

Theta sketch error bounds std dev #105

Merged
merged 7 commits into from
Aug 10, 2019
Merged

Commits on Nov 26, 2018

  1. Add errorBoundsStdDev to ThetaSketch postAggregation. Allow dimension…

    …s to be null in GroupByQuery as they are not required
    Aaron Stockton committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    9de170e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. use builder, remove primitive, change jackson annotation

    Aaron Stockton committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    b5a6a7b View commit details
    Browse the repository at this point in the history
  2. non-null dimensionin groupByQuery

    Aaron Stockton committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    06e5c33 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Merge pull request #66 from st0ckface/allow-null-dimension

    Add errorBoundsStdDev to ThetaSketch postAggregation
    abhi-zapr authored Jun 15, 2019
    Configuration menu
    Copy the full SHA
    d1b34bd View commit details
    Browse the repository at this point in the history
  2. change constructor to builder in test cases

    Abhi Sapariya committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    90c3531 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. two constructor rather than a builder because builder would be breaki…

    …ng change
    Abhi Sapariya authored and Abhi Sapariya committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    a6688cc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Merge pull request #99 from abhi195/thetaSketch-errorBoundsStdDev

    Builder to two constructor and updated test cases
    abhi-zapr authored Aug 10, 2019
    Configuration menu
    Copy the full SHA
    79e134b View commit details
    Browse the repository at this point in the history