Commit e7c4776
[ES|QL] Add a standard deviation function (elastic#116531)
Uses Welford's online algorithm, as well as the parallel version, to
calculate standard deviation.1 parent 7d91f35 commit e7c4776
File tree
38 files changed
+2869
-6
lines changed- docs
- changelog
- reference/esql/functions
- description
- examples
- kibana
- definition
- docs
- layout
- parameters
- signature
- types
- x-pack/plugin
- esql
- compute
- src/main
- generated-src/org/elasticsearch/compute/aggregation
- generated/org/elasticsearch/compute/aggregation
- java/org/elasticsearch/compute/aggregation
- qa/testFixtures/src/main/resources
- src
- main/java/org/elasticsearch/xpack/esql
- action
- expression/function
- aggregate
- planner
- test/java/org/elasticsearch/xpack/esql/expression/function/aggregate
- src/yamlRestTest/resources/rest-api-spec/test/esql
38 files changed
+2869
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Loading
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments