-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
ESQL: Added Median and MedianAbsoluteDeviation aggregations tests and kibana docs #111231
Conversation
Documentation preview: |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Pinging @elastic/kibana-esql (ES|QL-ui) |
returnType = { "double", "integer", "long" }, | ||
description = "The median absolute deviation, a measure of variability.", | ||
isAggregation = true | ||
returnType = "double", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@nik9000 Yeah, not sure about that one. Happens in multiple aggs (That screenshot is from the old docs), so for now I did the same for them all: Move the warning part to the "appendix" (At the end). I'm not sure it's duplicated tho, as one talks about approximation and the other about determinism. We could merge them in the notes, or move both to a warning. As I don't have a strong opinion about which one, I just kept them that way for now (?) |
I think we should probably try for one WARNING. Something like "MAD is approximate and non-deterministic." |
# Conflicts: # docs/reference/esql/functions/aggregation-functions.asciidoc
No description provided.