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

Implementing approx_quantile, approx_median for BQ #1604

Closed
johnma2006 opened this issue Aug 22, 2018 · 1 comment
Closed

Implementing approx_quantile, approx_median for BQ #1604

johnma2006 opened this issue Aug 22, 2018 · 1 comment

Comments

@johnma2006
Copy link

approx_quantile is BQ function that does not exist in IBIS
approx_median is an IBIS function that is not implemented for BQ

Can we implement the ibis function approx_median on BQ using the approx_quantile function?

@missing-semicolon
Copy link
Contributor

I'm taking a run at this. It's a little awkward given how APPROX_QUANTILES returns an array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants