What is 'rank error' of aggregate functions? #16264
Unanswered
linter-purgatory
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you share a failure stack trace? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are looking at using
approx_percentile
to compute some statistics. I know that underneath those functions are implemented with the q-digest data structure and have read some resources that attempt to characterize it, but I still don't have a very good understanding of what 'rank error' is without going too into the weeds/implementation.Could anyone help me understand what 'rank error' is, or point me to something that explains it?
Appreciate the help!
Beta Was this translation helpful? Give feedback.
All reactions