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

DRILL-4566: TDigest, median, and quantile functions #456

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 30, 2016

  1. DRILL-4566: TDigest, median, and quantile functions

    Adds tdigest, tdigest_merge, median, and quantile UDFS
    Adds reduce aggregates rule to reduce:
      median(x) -> tdigest_median(tdigest(x))
      quantile(q, x) -> tdigest_quantile(q, tdigest(x))
    Adds two-phase aggregate rule for tdigest
    StevenMPhillips committed Mar 30, 2016
    Copy the full SHA
    b6a9005 View commit details
    Browse the repository at this point in the history