-
Notifications
You must be signed in to change notification settings - Fork 751
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 distinct value counting to table meta #8465
Comments
What's HLL means? |
HyperLogLog https://en.wikipedia.org/wiki/HyperLogLog |
Thanks for the quick response. So my new question is, what does adding HLL (an algorithm) in table meta mean? |
hll is a algorithm which need a container to store some state for distinct value counting. |
I updated the issue title to reflect the real task. Please feel free to update it again @lichuang |
for_each
inColumn
trait to visit each row value of Column #8776The text was updated successfully, but these errors were encountered: