mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
- Added SUM() agg tests (Which autogenerates docs) - Converted non-finite doubles to nulls in aggregator The complete set of tests depends on https://github.com/elastic/elasticsearch/issues/110437, as commented in code. After completion, the test can be uncommented and everything should work fine
15 lines
385 B
Text
Generated
15 lines
385 B
Text
Generated
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
[discrete]
|
|
[[esql-sum]]
|
|
=== `SUM`
|
|
|
|
*Syntax*
|
|
|
|
[.text-center]
|
|
image::esql/functions/signature/sum.svg[Embedded,opts=inline]
|
|
|
|
include::../parameters/sum.asciidoc[]
|
|
include::../description/sum.asciidoc[]
|
|
include::../types/sum.asciidoc[]
|
|
include::../examples/sum.asciidoc[]
|