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

Add Python binding for approx_median #32

Closed
andygrove opened this issue Aug 7, 2022 · 0 comments · Fixed by #170
Closed

Add Python binding for approx_median #32

andygrove opened this issue Aug 7, 2022 · 0 comments · Fixed by #170

Comments

@andygrove
Copy link
Member

andygrove commented Aug 7, 2022

This is not simply a case of exposing the Rust version because Rust has some logic that replaces approx_median with approx_percentile(expr, 0.5) instead.

We need to wait for apache/datafusion#3063 to be fixed then it will be simple

@andygrove andygrove changed the title Add Pythin binding for approx_median Add Python binding for approx_median Aug 7, 2022
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

Successfully merging a pull request may close this issue.

1 participant