elasticsearch/docs/reference/esql/functions/parameters/top.asciidoc
Iván Cea Fontenla c89ee3b648
ESQL: Renamed TopList to Top (#110347)
Rename TopList aggregation to Top, after internal discussions
2024-07-02 03:52:24 +10:00

12 lines
307 B
Text
Generated

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
*Parameters*
`field`::
The field to collect the top values for.
`limit`::
The maximum number of values to collect.
`order`::
The order to calculate the top values. Either `asc` or `desc`.