-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Implement approx_distinct
using HyperLogLog
#1083
Comments
It looks like a fun engineering challenge and a really cool feature to add :D I don't have a use-case for this at the moment but I think it's something we would need to support eventually in ballista to close the gap with spark. |
relevant links:
|
Yes, I think it is relevant @jimexist and I think it is a great idea. Will try and review #1087 shortly. Another thing that would be awesome (as a follow on PR) would be to support |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)
Implement HyperLogLog functions
Describe the solution you'd like
A clear and concise description of what you want to happen.
Similar to that of presto/trino
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: