elasticsearch/docs/reference/esql/processing-commands
Abdon Pijpelink 980bc500b0
[DOCS] Support for nested functions in ES|QL STATS...BY (#104788)
* Document nested expressions for stats

* More docs

* Apply suggestions from review

- count-distinct.asciidoc
  - Content restructured, moving the section about approximate counts to end of doc.

- count.asciidoc
  - Clarified that omitting the `expression` parameter in `COUNT` is equivalent to `COUNT(*)`, which counts the number of rows.

- percentile.asciidoc
  - Moved the note about `PERCENTILE` being approximate and non-deterministic to end of doc.

- stats.asciidoc
  - Clarified the `STATS` command
  -  Added a note indicating that individual `null` values are skipped during aggregation

* Comment out mentioning a buggy behavior

* Update sum with inline function example, update test file

* Fix typo

* Delete line

* Simplify wording

* Fix conflict fix typo

---------

Co-authored-by: Liam Thompson <leemthompo@gmail.com>
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2024-01-30 19:29:12 +01:00
..
dissect.asciidoc [DOCS] Small ES|QL improvements (#101877) 2023-11-07 17:24:59 +01:00
drop.asciidoc [DOCS] Uniform formatting for ES|QL commands (#101728) 2023-11-06 08:42:13 +01:00
enrich.asciidoc [DOCS] Uniform formatting for ES|QL commands (#101728) 2023-11-06 08:42:13 +01:00
eval.asciidoc [DOCS] More ES|QL backtick examples (#103995) 2024-01-08 12:13:33 +01:00
grok.asciidoc [DOCS] Uniform formatting for ES|QL commands (#101728) 2023-11-06 08:42:13 +01:00
keep.asciidoc [DOCS] Uniform formatting for ES|QL commands (#101728) 2023-11-06 08:42:13 +01:00
limit.asciidoc [DOCS] Default and max limits are now dynamic settings (#101831) 2023-11-06 15:12:08 +01:00
mv_expand.asciidoc [DOCS] Uniform formatting for ES|QL commands (#101728) 2023-11-06 08:42:13 +01:00
rename.asciidoc [DOCS] Uniform formatting for ES|QL commands (#101728) 2023-11-06 08:42:13 +01:00
sort.asciidoc [DOCS] Uniform formatting for ES|QL commands (#101728) 2023-11-06 08:42:13 +01:00
stats.asciidoc [DOCS] Support for nested functions in ES|QL STATS...BY (#104788) 2024-01-30 19:29:12 +01:00
where.asciidoc [DOCS] Improve ES|QL functions reference for functions E-Z (#104623) 2024-01-25 16:32:24 +01:00